Changeset 37257 in vbox
- Timestamp:
- May 30, 2011 12:46:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
r37256 r37257 85 85 * 86 86 * @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(). 90 89 */ 91 90 static int vbglR3QueryAdditionsWinStoragePath(PHKEY phKey) … … 179 178 180 179 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 */ 181 189 int vbglR3QueryRegistryString(HKEY hKey, const char *pszValName, char *pszBuffer, size_t cchBuffer) 182 190 {
Note:
See TracChangeset
for help on using the changeset viewer.