VirtualBox

Changeset 37257 in vbox


Ignore:
Timestamp:
May 30, 2011 12:46:19 PM (14 years ago)
Author:
vboxsync
Message:

Comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp

    r37256 r37257  
    8585 *
    8686 * @returns IPRT status value
    87  * @param   hKey        Receives pointer of allocated version string. NULL is
    88  *                      accepted. The returned pointer must be closed by
    89  *                      vbglR3CloseAdditionsWinStoragePath().
     87 * @param   hKey        Receives storage path handle on success.
     88 *                      The returned handle must be closed by vbglR3CloseAdditionsWinStoragePath().
    9089 */
    9190static int vbglR3QueryAdditionsWinStoragePath(PHKEY phKey)
     
    179178
    180179
     180/**
     181 * Queries a string value from a specified registry key.
     182 *
     183 * @return  IPRT status code.
     184 * @param   hKey                    Handle of registry key to use.
     185 * @param   pszValName              Value name to query value from.
     186 * @param   pszBuffer               Pointer to buffer which the queried string value gets stored into.
     187 * @param   cchBuffer               Size (in bytes) of buffer.
     188 */
    181189int vbglR3QueryRegistryString(HKEY hKey, const char *pszValName, char *pszBuffer, size_t cchBuffer)
    182190{
Note: See TracChangeset for help on using the changeset viewer.

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