ReactOS 0.4.15-dev-7924-g5949c20
fxtagtracker.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FxTagTrackingStackFrames
 
struct  FxTagTrackingBlock
 
struct  FxTagHistory
 
class  FxTagTracker
 

Macros

#define FRAMES_TO_CAPTURE   16
 
#define FRAMES_TO_SKIP   3
 
#define TAG_HISTORY_DEPTH   (25)
 

Enumerations

enum  FxTagTrackerType : UCHAR { FxTagTrackerTypeHandle = 0 , FxTagTrackerTypePower }
 
enum  FxTagRefType { TagAddRef = 0 , TagRelease }
 

Macro Definition Documentation

◆ FRAMES_TO_CAPTURE

#define FRAMES_TO_CAPTURE   16

Definition at line 53 of file fxtagtracker.hpp.

◆ FRAMES_TO_SKIP

#define FRAMES_TO_SKIP   3

Definition at line 54 of file fxtagtracker.hpp.

◆ TAG_HISTORY_DEPTH

#define TAG_HISTORY_DEPTH   (25)

Definition at line 149 of file fxtagtracker.hpp.

Enumeration Type Documentation

◆ FxTagRefType

Enumerator
TagAddRef 
TagRelease 

Definition at line 48 of file fxtagtracker.hpp.

48 {
49 TagAddRef = 0,
51};
@ TagRelease
@ TagAddRef

◆ FxTagTrackerType

Enumerator
FxTagTrackerTypeHandle 
FxTagTrackerTypePower 

Definition at line 43 of file fxtagtracker.hpp.

43 : UCHAR {
46};
@ FxTagTrackerTypePower
@ FxTagTrackerTypeHandle
unsigned char UCHAR
Definition: xmlstorage.h:181