VirtualBox

Changeset 31915 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 24, 2010 12:20:32 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65125
Message:

Comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp

    r31912 r31915  
    141141
    142142
    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 */
    144154int VBoxServicePropCacheUpdateEntry(PVBOXSERVICEVEPROPCACHE pCache,
    145155                                    const char *pszName, uint32_t fFlags, const char *pszValueReset)
     
    176186 * Updates the local guest property cache and writes it to HGCM if outdated.
    177187 *
    178  * @returns VBox status code. Errors will be logged.
     188 * @returns VBox status code.
    179189 *
    180190 * @param   pCache          The property cache.
     
    209219 * @param   pCache          The property cache.
    210220 * @param   pszName         The property name.
     221 * @param   fFlags          The property flags to set.
     222 * @param   pszValueReset   The property reset value.
    211223 * @param   pszValueFormat  The property format string.  If this is NULL then
    212224 *                          the property will be deleted (if possible).
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