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

/vbox/src/VBox/HostServices/HostChannel/
H A Dservice.cpp58 static int VBoxHGCMParmUInt32Get(VBOXHGCMSVCPARM *pParm, uint32_t *pu32) function
255 rc = VBoxHGCMParmUInt32Get(&paParms[1], &u32Flags);
290 rc = VBoxHGCMParmUInt32Get(&paParms[0], &u32Handle);
319 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Handle);
355 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Handle);
406 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Handle);
410 rc = VBoxHGCMParmUInt32Get (&paParms[1], &u32Code);
518 rc = VBoxHGCMParmUInt32Get (&paParms[1], &u32Code);
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dservice.cpp89 static int VBoxHGCMParmUInt32Get (VBOXHGCMSVCPARM *pParm, uint32_t *pu32) function
475 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Formats);
524 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Format);
619 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Format);
722 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Mode);
736 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Headless);

Completed in 117 milliseconds