|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fxtagtracker.hpp>
Public Member Functions | |
| FxTagTrackingBlock (__in PVOID Tag, __in LONG Line, __in_opt PSTR File, __in_opt BOOLEAN Initial=FALSE) | |
| ~FxTagTrackingBlock () | |
Public Member Functions inherited from FxStump | |
| PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType) |
| VOID | operator delete (__in PVOID pointer) |
| PVOID | operator new[] (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| VOID | operator delete[] (__in PVOID pointer) |
Public Attributes | |
| struct FxTagTrackingBlock * | Next |
| PVOID | Tag |
| PCHAR | File |
| LONG | Line |
| LARGE_INTEGER | TimeLocked |
| FxTagTrackingStackFrames * | StackFrames |
Additional Inherited Members | |
Protected Member Functions inherited from FxStump | |
| FxStump (VOID) | |
Definition at line 65 of file fxtagtracker.hpp.
|
inline |
Definition at line 67 of file fxtagtracker.hpp.
|
inline |
Definition at line 98 of file fxtagtracker.hpp.
| PCHAR FxTagTrackingBlock::File |
Definition at line 109 of file fxtagtracker.hpp.
| LONG FxTagTrackingBlock::Line |
Definition at line 110 of file fxtagtracker.hpp.
| struct FxTagTrackingBlock* FxTagTrackingBlock::Next |
Definition at line 107 of file fxtagtracker.hpp.
Referenced by FxTagTracker::UpdateTagHistory().
| FxTagTrackingStackFrames* FxTagTrackingBlock::StackFrames |
Definition at line 112 of file fxtagtracker.hpp.
Referenced by FxTagTracker::UpdateTagHistory(), and ~FxTagTrackingBlock().
| PVOID FxTagTrackingBlock::Tag |
Definition at line 108 of file fxtagtracker.hpp.
Referenced by FxTagTracker::UpdateTagHistory().
| LARGE_INTEGER FxTagTrackingBlock::TimeLocked |
Definition at line 111 of file fxtagtracker.hpp.
Referenced by FxTagTrackingBlock().