Source code of Windows XP (NT5)
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

  1. //=================================================================================
  2. // D E B U G G E R E X T E N S I O N S U P P O R T
  3. //=================================================================================
  4. typedef struct
  5. {
  6. ULONG dwSig; // matches pObj->dwSig;
  7. BITFIELD_INFO *rgStateFlagInfo; // to display pObj->dwState;
  8. // PFN_DUMP pfnDump; // specialized dump.
  9. } RMDBG_OBJECT_DUMP_INFO;