Add KdChangeOption() stub

svn path=/trunk/; revision=25077
This commit is contained in:
Aleksey Bragin 2006-12-06 20:55:42 +00:00
parent 78e6f55307
commit 87084dffa3
3 changed files with 21 additions and 0 deletions

View file

@ -2559,6 +2559,10 @@ typedef struct
DEBUG_MEMORY_REQUIREMENTS Memory;
} DEBUG_DEVICE_DESCRIPTOR, *PDEBUG_DEVICE_DESCRIPTOR;
typedef enum _KD_OPTION {
KD_OPTION_SET_BLOCK_ENABLE,
} KD_OPTION;
/* Function Type Defintions for Dispatch Functions */
typedef VOID

View file

@ -241,6 +241,22 @@ KdPowerTransition(ULONG PowerState)
return STATUS_NOT_IMPLEMENTED;
}
/*
* @unimplemented
*/
VOID
STDCALL
KdChangeOption(IN KD_OPTION Option,
IN ULONG InBufferLength OPTIONAL,
IN PVOID InBuffer,
IN ULONG OutBufferLength OPTIONAL,
OUT PVOID OutBuffer,
OUT PULONG OutBufferRequiredLength OPTIONAL)
{
UNIMPLEMENTED;
}
NTSTATUS
STDCALL
NtQueryDebugFilterState(IN ULONG ComponentId,

View file

@ -504,6 +504,7 @@ IoWriteTransferCount DATA
@IofCallDriver@8
@IofCompleteRequest@8
IoIsWdmVersionAvailable@8
KdChangeOption@24
KdComPortInUse DATA
KdDebuggerEnabled=_KdDebuggerEnabled
KdDebuggerNotPresent=_KdDebuggerNotPresent