mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[NDK] SYSDBG: Add versioning info for Vista+ commands.
This commit is contained in:
parent
ae0fa8ba49
commit
b5007e09b1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue