VirtualBox

Changeset 12810 in vbox for trunk/include


Ignore:
Timestamp:
Sep 29, 2008 4:11:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37164
Message:

VbglR3GuestPropDelTree -> VbglR3GuestPropDelSet, documenting it and adjusting the interface to be easier to use (const strings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r12722 r12810  
    15601560VBGLR3DECL(int)     VbglR3GuestPropEnumNext(PVBGLR3GUESTPROPENUM pHandle, char **ppszName, char **ppszValue, uint64_t *pu64Timestamp, char **ppszFlags);
    15611561VBGLR3DECL(void)    VbglR3GuestPropEnumFree(PVBGLR3GUESTPROPENUM pHandle);
    1562 VBGLR3DECL(int)     VbglR3GuestPropDelTree(uint32_t u32ClientId, char **papszPatterns, int cPatterns);
     1562VBGLR3DECL(int)     VbglR3GuestPropDelSet(uint32_t u32ClientId, char const * const *papszPatterns, size_t cPatterns);
    15631563/** @}  */
    15641564#endif /* VBOX_WITH_GUEST_PROPS defined */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette