VirtualBox

儲存庫 vbox 的更動 4708


忽略:
時間撮記:
2007-9-11 下午12:36:36 (17 年 以前)
作者:
vboxsync
訊息:

Doxygen-ed vboxCallCreate

檔案:
修改 1 筆資料

圖例:

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

    r4111 r4708  
    123123DECLVBGL(int) vboxCallQueryMapName (PVBSFCLIENT pClient, SHFLROOT root, SHFLSTRING *pString, uint32_t size);
    124124
     125/**
     126 * Create a new file or folder or open an existing one in a shared folder.  Proxies
     127 * to vbsfCreate in the host shared folder service.
     128 *
     129 * @returns IPRT status code, but see note below
     130 * @param   pClient      Host-guest communication connection
     131 * @param   pMap         The mapping for the shared folder in which the file
     132 *                       or folder is to be created
     133 * @param   pParsedPath  The path of the file or folder relative to the shared
     134 *                       folder
     135 * @param   pCreateParms Parameters for file/folder creation.  See the
     136 *                       structure description in shflsvc.h
     137 * @retval  pCreateParms See the structure description in shflsvc.h
     138 *
     139 * @note This function reports errors as follows.  The return value is always
     140 *       VINF_SUCCESS unless an exceptional condition occurrs - out of
     141 *       memory, invalid arguments, etc.  If the file or folder could not be
     142 *       opened or created, pCreateParms->Handle will be set to
     143 *       SHFL_HANDLE_NIL on return.  In this case the value in
     144 *       pCreateParms->Result provides information as to why (e.g.
     145 *       SHFL_FILE_EXISTS).  pCreateParms->Result is also set on success
     146 *       as additional information.
     147 */
    125148DECLVBGL(int) vboxCallCreate (PVBSFCLIENT pClient, PVBSFMAP pMap, PSHFLSTRING pParsedPath, PSHFLCREATEPARMS pCreateParms);
    126149
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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