Changeset 10145 in vbox
- Timestamp:
- Jul 3, 2008 9:23:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibInfoSvc.cpp
r10125 r10145 85 85 * @returns VBox status code. 86 86 * @param u32ClientId The client id returned by VbglR3InvsSvcConnect(). 87 * @param pszKey The key to save to. 88 * @param pszValue The value to store. If this is NULL then the key89 * will be removed.87 * @param pszKey The key to save to. Utf8 88 * @param pszValue The value to store. Utf8. If this is NULL then 89 * the key will be removed. 90 90 */ 91 91 VBGLR3DECL(int) VbglR3InfoSvcWriteKey(uint32_t u32ClientId, char *pszKey, char *pszValue) … … 135 135 * 136 136 * @param u32ClientId The client id returned by VbglR3ClipboardConnect(). 137 * @param pszKey The key to read. 138 * @param pszValue Where to store the value retrieved. 137 * @param pszKey The key to read. Utf8 138 * @param pszValue Where to store the value retrieved. Utf8. 139 139 * @param cbValue The size of the buffer pszValue points to. 140 140 * @param pcbActual Where to store the required buffer size if cbValue
Note:
See TracChangeset
for help on using the changeset viewer.