Changeset 75740 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 26, 2018 3:59:11 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r75500 r75740 2068 2068 * Notify the guest on a command completion. 2069 2069 * 2070 * @returns VINF_SUCCESS or VERR_CANCELLED if the guest canceled the call. 2070 2071 * @param pInterface Pointer to this interface. 2071 2072 * @param rc The return code (VBox error code). 2072 2073 * @param pCmd A pointer that identifies the completed command. 2073 2074 */ 2074 DECLR3CALLBACKMEMBER( void, pfnCompleted,(PPDMIHGCMPORT pInterface, int32_t rc, PVBOXHGCMCMD pCmd));2075 DECLR3CALLBACKMEMBER(int, pfnCompleted,(PPDMIHGCMPORT pInterface, int32_t rc, PVBOXHGCMCMD pCmd)); 2075 2076 2076 2077 /** … … 2085 2086 } PDMIHGCMPORT; 2086 2087 /** PDMIHGCMPORT interface ID. */ 2087 # define PDMIHGCMPORT_IID " 10ca89d3-18ef-44d3-535e-ca46532e3caa"2088 # define PDMIHGCMPORT_IID "e82b1709-c245-4ccc-1611-0e6d50d93cbc" 2088 2089 2089 2090
Note:
See TracChangeset
for help on using the changeset viewer.