儲存庫 vbox 的更動 10145
- 時間撮記:
- 2008-7-3 上午09:23:14 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器