VirtualBox

Changeset 75503 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 16, 2018 2:02:15 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126660
Message:

Main/HGCM: doxyfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HGCMThread.h

    r75498 r75503  
    125125/** Create a HGCM worker thread.
    126126 *
    127  * @param pHandle       Where to store the returned worker thread handle.
    128  * @param pszThreadName Name of the thread, needed by runtime.
    129  * @param pfnThread     The worker thread function.
    130  * @param pvUser        A pointer passed to worker thread.
    131  * @param pszStatSubDir The "sub-directory" under "/HGCM/" where thread
    132  *                      statistics should be registered.  The caller,
    133  *                      HGCMService, will deregister them.  NULL if no stats.
    134  * @param pUVM          The user mode VM handle to register statistics with.
    135  *                      NULL if no stats.
     127 * @param pHandle           Where to store the returned worker thread handle.
     128 * @param pszThreadName     Name of the thread, needed by runtime.
     129 * @param pfnThread         The worker thread function.
     130 * @param pvUser            A pointer passed to worker thread.
     131 * @param pszStatsSubDir    The "sub-directory" under "/HGCM/" where thread
     132 *                          statistics should be registered.  The caller,
     133 *                          HGCMService, will deregister them.  NULL if no stats.
     134 * @param pUVM              The user mode VM handle to register statistics with.
     135 *                          NULL if no stats.
    136136 *
    137137 * @return VBox error code
Note: See TracChangeset for help on using the changeset viewer.

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