VirtualBox

vbox的更動 21757 路徑 trunk/include/iprt/s3.h


忽略:
時間撮記:
2009-7-21 下午04:19:52 (15 年 以前)
作者:
vboxsync
訊息:

Runtime: fix return type documentation

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/iprt/s3.h

    r21754 r21757  
    124124 * Creates a RTS3 interface handle.
    125125 *
    126  * @returns IPRT status code.
     126 * @returns iprt status code.
    127127 *
    128128 * @param   phS3           Where to store the RTS3 handle.
     
    138138 * Destroys a RTS3 interface handle.
    139139 *
    140  * @returns IPRT status code.
     140 * @returns iprt status code.
    141141 *
    142142 * @param   hS3            Handle to the RTS3 interface.
     
    150150 * operation changes.
    151151 *
    152  * @returns IPRT status code.
     152 * @returns iprt status code.
    153153 *
    154154 * @param   hS3             Handle to the RTS3 interface.
     
    163163 * You have to delete ppBuckets after usage with RTS3BucketsDestroy.
    164164 *
    165  * @returns VBox status code.
     165 * @returns iprt status code.
    166166 *
    167167 * @param   hS3             Handle to the RTS3 interface.
     
    175175 * Destroys the bucket list returned by RTS3GetBuckets.
    176176 *
    177  * @returns IPRT status code.
     177 * @returns iprt status code.
    178178 *
    179179 * @param   pBuckets        Pointer to the first bucket entry.
     
    186186 * This name have to be unique over all accounts on the S3 storage server.
    187187 *
    188  * @returns IPRT status code.
     188 * @returns iprt status code.
    189189 *
    190190 * @param   hS3             Handle to the RTS3 interface.
     
    198198 * The bucket must be empty.
    199199 *
    200  * @returns IPRT status code.
     200 * @returns iprt status code.
    201201 *
    202202 * @param   hS3             Handle to the RTS3 interface.
     
    210210 * You have to delete ppKeys after usage with RTS3KeysDestroy.
    211211 *
    212  * @returns IPRT status code.
     212 * @returns iprt status code.
    213213 *
    214214 * @param   hS3             Handle to the RTS3 interface.
     
    223223 * Delete the key list returned by RTS3GetBucketKeys.
    224224 *
    225  * @returns IPRT status code.
     225 * @returns iprt status code.
    226226 *
    227227 * @param   pKeys           Pointer to the first key entry.
     
    232232 * Deletes a key in a bucket on the S3 storage server.
    233233 *
    234  * @returns IPRT status code.
     234 * @returns iprt status code.
    235235 *
    236236 * @param   hS3             Handle to the RTS3 interface.
     
    245245 * The file must not exists.
    246246 *
    247  * @returns IPRT status code.
     247 * @returns iprt status code.
    248248 *
    249249 * @param   hS3             Handle to the RTS3 interface.
     
    257257 * Uploads the content of a file into a key in the specified bucked.
    258258 *
    259  * @returns IPRT status code.
     259 * @returns iprt status code.
    260260 *
    261261 * @param   hS3             Handle to the RTS3 interface.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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