mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
433 B
12 lines
433 B
//=================================================================================
|
|
// D E B U G G E R E X T E N S I O N S U P P O R T
|
|
//=================================================================================
|
|
|
|
typedef struct
|
|
{
|
|
ULONG dwSig; // matches pObj->dwSig;
|
|
BITFIELD_INFO *rgStateFlagInfo; // to display pObj->dwState;
|
|
// PFN_DUMP pfnDump; // specialized dump.
|
|
|
|
} RMDBG_OBJECT_DUMP_INFO;
|
|
|