Changeset 31915 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 24, 2010 12:20:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp
r31912 r31915 141 141 142 142 143 /** @todo Docs */ 143 /** 144 * Updates a cache entry without submitting any changes to the host. 145 * This is handy for defining default values/flags. 146 * 147 * @returns VBox status code. 148 * 149 * @param pCache The property cache. 150 * @param pszName The property name. 151 * @param fFlags The property flags to set. 152 * @param pszValueReset The property reset value. 153 */ 144 154 int VBoxServicePropCacheUpdateEntry(PVBOXSERVICEVEPROPCACHE pCache, 145 155 const char *pszName, uint32_t fFlags, const char *pszValueReset) … … 176 186 * Updates the local guest property cache and writes it to HGCM if outdated. 177 187 * 178 * @returns VBox status code. Errors will be logged.188 * @returns VBox status code. 179 189 * 180 190 * @param pCache The property cache. … … 209 219 * @param pCache The property cache. 210 220 * @param pszName The property name. 221 * @param fFlags The property flags to set. 222 * @param pszValueReset The property reset value. 211 223 * @param pszValueFormat The property format string. If this is NULL then 212 224 * the property will be deleted (if possible).
Note:
See TracChangeset
for help on using the changeset viewer.