mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 06:58:31 +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(
|
KdEnableDebugger(
|
||||||
VOID);
|
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
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
DbgBreakPoint(
|
DbgBreakPoint(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue