Searched defs:u32GuestPropHandle (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxLA.cpp | 63 uint32_t u32GuestPropHandle; /* The client identifier of the guest property system. */ member in struct:VBOXLACONTEXT 737 static int laGetProperty(uint32_t u32GuestPropHandle, const char *pszName, uint64_t *pu64Timestamp, char **ppszValue) argument 764 rc = VbglR3GuestPropRead(u32GuestPropHandle, pszName, pvBuf, cbBuf, 798 static int laWaitProperties(uint32_t u32GuestPropHandle, argument 829 rc = VbglR3GuestPropWait(u32GuestPropHandle, pszPatterns, pvBuf, cbBuf, 850 static int laGetUint32(uint32_t u32GuestPropHandle, const char *pszName, uint64_t *pu64Timestamp, uint32_t *pu32Value) argument 855 int rc = laGetProperty(u32GuestPropHandle, 889 static int laGetString(uint32_t u32GuestPropHandle, const char *pszName, uint64_t *pu64Timestamp, char **ppszValue) argument 891 int rc = laGetProperty(u32GuestPropHandle, 904 int rc = laGetUint32(pCtx->u32GuestPropHandle, [all...] |
Completed in 46 milliseconds