mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Add declaration for KdChangeOption exported native API.
svn path=/trunk/; revision=31645
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user