VirtualBox

Changeset 65099 in vbox for trunk/src/VBox/Additions


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

Additions: doxygen fixes

Location:
trunk/src/VBox/Additions
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvFactory.h

    r62679 r65099  
    4747private:
    4848    LONG m_cRefs;
    49     friend HRESULT VBoxCredentialProviderCreate(REFCLSID classID, REFIID interfaceID, void **ppv);
     49    friend HRESULT VBoxCredentialProviderCreate(REFCLSID classID, REFIID interfaceID, void **ppvInterface);
    5050};
    5151#endif /* !___VBOX_CREDPROV_FACTORY_H___ */
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvProvider.h

    r62679 r65099  
    5555                                      __out BOOL *pfAutoLogonWithDefault);
    5656    IFACEMETHODIMP GetCredentialAt(DWORD dwIndex,
    57                                    __out ICredentialProviderCredential **ppcpc);
     57                                   __out ICredentialProviderCredential **ppCredProvCredential);
    5858    /** @} */
    5959
    60     friend HRESULT VBoxCredProvProviderCreate(REFIID riid, __deref_out void **ppv);
     60    friend HRESULT VBoxCredProvProviderCreate(REFIID riid, __deref_out void **ppvInterface);
    6161
    6262protected:
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r63479 r65099  
    122122 *
    123123 * @return  IPRT status code.
    124  * @param   pContext                Pointer to context to use.
     124 * @param   pCtx    Pointer to context to use.
    125125 */
    126126int VBoxDnDWnd::Initialize(PVBOXDNDCONTEXT pCtx)
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r62883 r65099  
    7979 *
    8080 * @returns VBox result code
     81 * @param   pCtx      Our context information
    8182 * @param   u32Format The format of the data being requested
    8283 * @retval  ppv       On success and if pcb > 0, this will point to a buffer
     
    144145 * Tell the host that new clipboard formats are available.
    145146 *
    146  * @param u32Formats      The formats to advertise
     147 * @param  pCtx      Our context information
     148 * @param u32Formats The formats to advertise
    147149 */
    148150void ClipReportX11Formats(VBOXCLIPBOARDCONTEXT *pCtx, uint32_t u32Formats)
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp

    r62883 r65099  
    7272  * Initialise the guest and ensure that it is capable of handling seamless mode
    7373  *
     74  * @param  pHostCallback   host callback.
    7475  * @returns true if it can handle seamless, false otherwise
    7576  */
     
    365366 * Handle a configuration event in the seamless event thread by setting the new position.
    366367 *
    367  * @param event the X11 event structure
     368 * @param hWin the window to be examined
    368369 */
    369370void SeamlessX11::doConfigureEvent(Window hWin)
     
    387388 * Handle a window shape change event in the seamless event thread.
    388389 *
    389  * @param event the X11 event structure
     390 * @param hWin the window to be examined
    390391 */
    391392void SeamlessX11::doShapeEvent(Window hWin)
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