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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp474 * @param u32Session The session handle (PVBOXGUESTSESSION).
486 DECLASM(int) VBoxGuestOS2IDCService(uint32_t u32Session, unsigned iFunction, void *pvData, size_t cbData, size_t *pcbDataReturned) argument
488 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)u32Session;
/vbox/include/VBox/
H A DVBoxGuest16.h37 unsigned long u32Session; member in struct:VBGOS2IDC
39 short (__cdecl __far *fpfnServiceEP)(unsigned long u32Session, unsigned short iFunction,
H A DVBoxGuest.h473 uint32_t u32Session; member in struct:VBOXGUESTOS2IDCCONNECT
479 * @param u32Session The above session handle.
489 DECLCALLBACKMEMBER(int, pfnServiceEP)(uint32_t u32Session, unsigned iFunction, void *pvData, size_t cbData, size_t *pcbDataReturned);
498 * VBoxGuestOs2IDCService16(uint32_t u32Session, uint16_t iFunction,
511 * @param u32Session eax - The above session handle.

Completed in 84 milliseconds