Changeset 75853 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 30, 2018 7:26:42 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r75771 r75853 2094 2094 DECLR3CALLBACKMEMBER(uint32_t, pfnGetRequestor,(PPDMIHGCMPORT pInterface, PVBOXHGCMCMD pCmd)); 2095 2095 2096 /** 2097 * Gets the VMMDevState::idSession value. 2098 * 2099 * @returns VMMDevState::idSession. 2100 * @param pInterface Pointer to this interface. 2101 */ 2102 DECLR3CALLBACKMEMBER(uint64_t, pfnGetVMMDevSessionId,(PPDMIHGCMPORT pInterface)); 2103 2096 2104 } PDMIHGCMPORT; 2097 2105 /** PDMIHGCMPORT interface ID. */ 2098 # define PDMIHGCMPORT_IID " 0864e1c5-659b-40c8-2c97-994e2983038e"2106 # define PDMIHGCMPORT_IID "c9180235-8102-4642-0aa7-f0422124d9b5" 2099 2107 2100 2108
Note:
See TracChangeset
for help on using the changeset viewer.