VirtualBox

Changeset 40855 in vbox for trunk/include


Ignore:
Timestamp:
Apr 10, 2012 3:10:41 PM (13 years ago)
Author:
vboxsync
Message:

RTR0DbgKrnlInfo: Release shall accept NIL handle. Made QuerySymbol accept ppvSymbol=NULL. Promoted the magic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dbg.h

    r40705 r40855  
    11511151# endif /* IN_RING3 */
    11521152
    1153 # ifdef IN_RING0
    11541153
    11551154/** @name Kernel Debug Info API
     
    12321231 * @param   pszModule       Reserved for future extensions. Pass NULL.
    12331232 * @param   pszSymbol       The C name of the symbol.
    1234  * @param   ppvSymbol       Where to return the symbol value.
     1233 * @param   ppvSymbol       Where to return the symbol value, passing NULL is
     1234 *                          OK. This may be modified even on failure, in
     1235 *                          particular, it will be set to NULL when
     1236 *                          VERR_SYMBOL_NOT_FOUND is returned.
    12351237 *
    12361238 * @sa      RTLdrGetSymbol.
     
    12401242/** @} */
    12411243
    1242 # endif /* IN_RING0 */
    1243 
    12441244/** @} */
    12451245
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