Changeset 31925 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h
- Timestamp:
- Aug 24, 2010 1:39:38 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h
r31912 r31925 29 29 int VBoxServicePropCacheUpdateEntry(PVBOXSERVICEVEPROPCACHE pCache, const char *pszName, uint32_t fFlags, const char *pszValueReset); 30 30 int VBoxServicePropCacheUpdate(PVBOXSERVICEVEPROPCACHE pCache, const char *pszName, const char *pszValueFormat, ...); 31 int VBoxServicePropCacheUpdateEx(PVBOXSERVICEVEPROPCACHE pCache, const char *pszName, uint32_t fFlags, const char *pszValueReset, const char *pszValueFormat, ...);32 31 int VBoxServicePropCacheUpdateByPath(PVBOXSERVICEVEPROPCACHE pCache, const char *pszValue, uint32_t fFlags, const char *pszPathFormat, ...); 33 32 int VBoxServicePropCacheFlush(PVBOXSERVICEVEPROPCACHE pCache);
Note:
See TracChangeset
for help on using the changeset viewer.