VirtualBox

儲存庫 vbox 的更動 10145


忽略:
時間撮記:
2008-7-3 上午09:23:14 (16 年 以前)
作者:
vboxsync
訊息:

Additions/common/VBoxGuestLib: note that the guest property functions use Utf8 in the documentation

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibInfoSvc.cpp

    r10125 r10145  
    8585 * @returns VBox status code.
    8686 * @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 key
    89  *                          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.
    9090 */
    9191VBGLR3DECL(int) VbglR3InfoSvcWriteKey(uint32_t u32ClientId, char *pszKey, char *pszValue)
     
    135135 *
    136136 * @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.
    139139 * @param   cbValue         The size of the buffer pszValue points to.
    140140 * @param   pcbActual       Where to store the required buffer size if cbValue
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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