Changeset 76382 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 23, 2018 12:47:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r75990 r76382 29 29 #include <iprt/sg.h> 30 30 #include <VBox/types.h> 31 #include <VBox/hgcmsvc.h>32 31 33 32 … … 2115 2114 # define PDMIHGCMPORT_IID "28c0a201-68cd-4752-9404-bb42a0c09eb7" 2116 2115 2117 2116 /* forward decl to hgvmsvc.h. */ 2117 struct VBOXHGCMSVCPARM; 2118 2118 /** Pointer to a HGCM service location structure. */ 2119 2119 typedef struct HGCMSERVICELOCATION *PHGCMSERVICELOCATION; 2120 2121 2120 /** Pointer to a HGCM connector interface. */ 2122 2121 typedef struct PDMIHGCMCONNECTOR *PPDMIHGCMCONNECTOR; … … 2165 2164 */ 2166 2165 DECLR3CALLBACKMEMBER(int, pfnCall,(PPDMIHGCMCONNECTOR pInterface, PVBOXHGCMCMD pCmd, uint32_t u32ClientID, uint32_t u32Function, 2167 uint32_t cParms, PVBOXHGCMSVCPARMpaParms, uint64_t tsArrival));2166 uint32_t cParms, struct VBOXHGCMSVCPARM *paParms, uint64_t tsArrival)); 2168 2167 2169 2168 /**
Note:
See TracChangeset
for help on using the changeset viewer.