- Timestamp:
- Mar 11, 2022 6:27:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r93466 r94185 834 834 VBGLR3DECL(int) VbglR3DrmClientStart(void); 835 835 VBGLR3DECL(int) VbglR3DrmLegacyClientStart(void); 836 VBGLR3DECL(int) VbglR3DrmLegacyX11AgentStart(void); 836 837 /** @} */ 837 838 … … 872 873 VBGLR3DECL(int) VbglR3GuestPropWait(HGCMCLIENTID idClient, const char *pszPatterns, void *pvBuf, uint32_t cbBuf, 873 874 uint64_t u64Timestamp, uint32_t cMillies, char ** ppszName, char **ppszValue, 874 uint64_t *pu64Timestamp, char **ppszFlags, uint32_t *pcbBufActual );875 uint64_t *pu64Timestamp, char **ppszFlags, uint32_t *pcbBufActual, bool *pfWasDeleted); 875 876 /** @} */ 876 877
Note:
See TracChangeset
for help on using the changeset viewer.