VirtualBox

Changeset 65102 in vbox


Ignore:
Timestamp:
Jan 4, 2017 12:08:05 PM (8 years ago)
Author:
vboxsync
Message:

HostServices: doxygen fixes

Location:
trunk/src/VBox/HostServices
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/service.cpp

    r62846 r65102  
    282282     * @return  IPRT status code.
    283283     * @param   paDstParms              Array of parameters of HGCM request to fill the data into.
    284      * @param   cPDstarms               Number of parameters the HGCM request can handle.
    285      * @param   pSrcBuf                 Parameter buffer to assign.
     284     * @param   cDstParms               Number of parameters the HGCM request can handle.
    286285     */
    287286    int CopyTo(VBOXHGCMSVCPARM paDstParms[], uint32_t cDstParms) const
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r62799 r65102  
    10471047 *
    10481048 * @returns iprt status value
    1049  * @param   cParms  the number of HGCM parameters supplied
    1050  * @param   paParms the array of HGCM parameters
     1049 * @param   u32ClientId the client ID
     1050 * @param   callHandle  handle
     1051 * @param   cParms      the number of HGCM parameters supplied
     1052 * @param   paParms     the array of HGCM parameters
    10511053 * @thread  HGCM
    10521054 * @throws  can throw std::bad_alloc
  • trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp

    r62489 r65102  
    6464 * that is supported by vbox and return it.
    6565 *
    66  * @param   pPasteboardRef Reference to the global pasteboard.
     66 * @param   pPasteboard    Reference to the global pasteboard.
    6767 * @param   pfFormats      Pointer for the bit combination of the
    6868 *                         supported types.
    69  * @param   pbChanged      True if something has changed after the
     69 * @param   pfChanged      True if something has changed after the
    7070 *                         last call.
    7171 *
     
    137137 * structure for further processing.
    138138 *
    139  * @param   pPasteboardRef Reference to the global pasteboard.
    140  * @param   fFormats       The format type which should be read.
     139 * @param   pPasteboard    Reference to the global pasteboard.
     140 * @param   fFormat        The format type which should be read.
    141141 * @param   pv             The destination buffer.
    142142 * @param   cb             The size of the destination buffer.
     
    274274 * structure.
    275275 *
    276  * @param   pPasteboardRef Reference to the global pasteboard.
     276 * @param   pPasteboard    Reference to the global pasteboard.
    277277 * @param   pv             The source buffer.
    278278 * @param   cb             The size of the source buffer.
    279  * @param   fFormats       The format type which should be written.
     279 * @param   fFormat        The format type which should be written.
    280280 *
    281281 * @returns IPRT status code.
  • trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp

    r62489 r65102  
    7373 *
    7474 * @returns VINF_SUCCESS (not used).
    75  * @param   Thread      Our thread handle.
     75 * @param   ThreadSelf  Our thread handle.
    7676 * @param   pvUser      Pointer to the VBOXCLIPBOARDCONTEXT structure.
    7777 *
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