Author: fireball Date: Mon Jan 7 19:12:48 2008 New Revision: 31645
URL: http://svn.reactos.org/svn/reactos?rev=31645&view=rev Log: - Add declaration for KdChangeOption exported native API.
Modified: trunk/reactos/include/ddk/winddk.h
Modified: trunk/reactos/include/ddk/winddk.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/winddk.h?rev=31... ============================================================================== --- trunk/reactos/include/ddk/winddk.h (original) +++ trunk/reactos/include/ddk/winddk.h Mon Jan 7 19:12:48 2008 @@ -10998,6 +10998,19 @@ 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(