mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NDK] SYSDBG: Add versioning info for Vista+ commands.
This commit is contained in:
@@ -91,11 +91,13 @@ typedef enum _SYSDBG_COMMAND
|
||||
SysDbgGetTriageDump = 29,
|
||||
SysDbgGetKdBlockEnable = 30,
|
||||
SysDbgSetKdBlockEnable = 31,
|
||||
#if (NTDDI_VERSION >= NTDDI_VISTA)
|
||||
SysDbgRegisterForUmBreakInfo = 32,
|
||||
SysDbgGetUmBreakPid = 33,
|
||||
SysDbgClearUmBreakPid = 34,
|
||||
SysDbgGetUmAttachPid = 35,
|
||||
SysDbgClearUmAttachPid = 36,
|
||||
#endif
|
||||
} SYSDBG_COMMAND;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user