Changeset 40855 in vbox for trunk/include
- Timestamp:
- Apr 10, 2012 3:10:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dbg.h
r40705 r40855 1151 1151 # endif /* IN_RING3 */ 1152 1152 1153 # ifdef IN_RING01154 1153 1155 1154 /** @name Kernel Debug Info API … … 1232 1231 * @param pszModule Reserved for future extensions. Pass NULL. 1233 1232 * @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. 1235 1237 * 1236 1238 * @sa RTLdrGetSymbol. … … 1240 1242 /** @} */ 1241 1243 1242 # endif /* IN_RING0 */1243 1244 1244 /** @} */ 1245 1245
Note:
See TracChangeset
for help on using the changeset viewer.