Changeset 12810 in vbox for trunk/include
- Timestamp:
- Sep 29, 2008 4:11:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37164
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r12722 r12810 1560 1560 VBGLR3DECL(int) VbglR3GuestPropEnumNext(PVBGLR3GUESTPROPENUM pHandle, char **ppszName, char **ppszValue, uint64_t *pu64Timestamp, char **ppszFlags); 1561 1561 VBGLR3DECL(void) VbglR3GuestPropEnumFree(PVBGLR3GUESTPROPENUM pHandle); 1562 VBGLR3DECL(int) VbglR3GuestPropDel Tree(uint32_t u32ClientId, char **papszPatterns, int cPatterns);1562 VBGLR3DECL(int) VbglR3GuestPropDelSet(uint32_t u32ClientId, char const * const *papszPatterns, size_t cPatterns); 1563 1563 /** @} */ 1564 1564 #endif /* VBOX_WITH_GUEST_PROPS defined */
Note:
See TracChangeset
for help on using the changeset viewer.