VirtualBox

Changeset 10118

Show
Ignore:
Timestamp:
07/02/08 20:18:37 (6 months ago)
Author:
vboxsync
Message:

corrected docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibInfoSvc.cpp

    r10098 r10118  
    8181 
    8282/** 
    83  * Write a registry value. 
     83 * Write a key value. 
    8484 * 
    8585 * @returns VBox status code. 
    8686 * @param   u32ClientId     The client id returned by VbglR3InvsSvcConnect(). 
    87  * @param   pszKey          The registry key to save to. 
     87 * @param   pszKey          The key to save to. 
    8888 * @param   pszValue        The value to store.  If this is NULL then the key 
    8989 *                          will be removed. 
     
    125125 
    126126/** 
    127  * Retrieve a registry value. 
     127 * Retrieve a key value. 
    128128 * 
    129129 * @returns VBox status code.  If the value is not found, returns VERR_NOT_FOUND 
     130 * @retval  VINF_SUCCESS on success, pszValue and pcbActual containing valid data. 
     131 * @retval  VERR_BUFFER_OVERFLOW if the buffer is too small, pcbActual will contain 
     132 *          the require buffer size. Note race condition here when retrying wrt 
     133 *          someone updating it. 
     134 * @retval  VERR_NOT_FOUND if the key wasn't found. 
     135 * 
    130136 * @param   u32ClientId     The client id returned by VbglR3ClipboardConnect(). 
    131  * @param   pszKey          The registry key to save to
     137 * @param   pszKey          The key to read
    132138 * @param   pszValue        Where to store the value retrieved. 
    133139 * @param   cbValue         The size of the buffer pszValue points to. 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy