VirtualBox

Changeset 10145 in vbox


Ignore:
Timestamp:
Jul 3, 2008 9:23:14 AM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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