mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Add declaration for KdChangeOption exported native API.
svn path=/trunk/; revision=31645
This commit is contained in:
parent
001fd00066
commit
cfe56f2869
1 changed files with 13 additions and 0 deletions
|
@ -10998,6 +10998,19 @@ NTAPI
|
|||
KdEnableDebugger(
|
||||
VOID);
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WS03SP1)
|
||||
NTKERNELAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
KdChangeOption(
|
||||
IN KD_OPTION Option,
|
||||
IN ULONG InBufferBytes OPTIONAL,
|
||||
IN PVOID InBuffer,
|
||||
IN ULONG OutBufferBytes OPTIONAL,
|
||||
OUT PVOID OutBuffer,
|
||||
OUT PULONG OutBufferNeeded OPTIONAL);
|
||||
#endif
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
DbgBreakPoint(
|
||||
|
|
Loading…
Reference in a new issue