VirtualBox

Ignore:
Timestamp:
Sep 29, 2015 3:07:09 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102919
Message:

iprt: More doxygen corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dbgmod.h

    r56290 r57944  
    233233     * @returns IPRT status code.
    234234     * @param   pMod            Pointer to the module structure.
    235      * @param   enmLdrProp      The property to query.
     235     * @param   enmProp         The property to query.
    236236     * @param   pvBuf           Pointer to the return buffer.
    237237     * @param   cbBuf           The size of the return buffer.
     
    524524 * @returns IPRT status code. On success the necessary method tables should be
    525525 *          installed in @a pMod.
    526  * @param   pMod            Pointer to the debug module structure.
     526 * @param   pDbgMod         Pointer to the debug module structure.
    527527 * @param   pDeferred       The deferred load data.
    528528 */
    529 typedef DECLCALLBACK(int) FNRTDBGMODDEFERRED(PRTDBGMODINT pMod, struct RTDBGMODDEFERRED *pDeferred);
     529typedef DECLCALLBACK(int) FNRTDBGMODDEFERRED(PRTDBGMODINT pDbgMod, struct RTDBGMODDEFERRED *pDeferred);
    530530/** Pointer to a deferred loading callback. */
    531531typedef FNRTDBGMODDEFERRED *PFNRTDBGMODDEFERRED;
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