Searched defs:HGCMFunctionParameter32 (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/
H A DVMMDev.h1662 } HGCMFunctionParameter32; typedef in typeref:struct:__anon191
1663 AssertCompileSize(HGCMFunctionParameter32, 4+8);
1740 # define HGCMFunctionParameter HGCMFunctionParameter32
1751 * @todo If this is the same as HGCMFunctionParameter32, why the duplication?
1870 # define VMMDEV_HGCM_CALL_PARMS32(a) ((HGCMFunctionParameter32 *)((uint8_t *)(a) + sizeof (VMMDevHGCMCall)))
1875 # define VMMDEV_HGCM_CALL_PARMS32(a) ((HGCMFunctionParameter32 *)((uint8_t *)(a) + sizeof (VMMDevHGCMCall)))

Completed in 79 milliseconds