Changeset 10098 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 2, 2008 12:36:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32597
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibInfoSvc.cpp
r10017 r10098 127 127 * Retrieve a registry value. 128 128 * 129 * @returns VBox status code. 129 * @returns VBox status code. If the value is not found, returns VERR_NOT_FOUND 130 130 * @param u32ClientId The client id returned by VbglR3ClipboardConnect(). 131 131 * @param pszKey The registry key to save to. … … 134 134 * @param pcbActual Where to store the required buffer size if cbValue 135 135 * is too small. On success this contains the 136 * actual size of the value retrieved. If there is 137 * no such value this is set to zero. Optional. 136 * actual size of the value retrieved. Optional. 138 137 */ 139 138 VBGLR3DECL(int) VbglR3InfoSvcReadKey(uint32_t u32ClientId, char *pszKey,
Note:
See TracChangeset
for help on using the changeset viewer.