uLib  User mode C/C++ extended API library for Win32 programmers.
Kernel Debugger Functions

Module Description

_NtSystemDebugControl et cetera...

Functions

_NTFN_EXTERN NTSTATUS _NtQueryDebugFilterState (ULONG ComponentId, ULONG Level)
 
_NTFN_EXTERN NTSTATUS _NtSetDebugFilterState (ULONG ComponentId, ULONG Level, BOOLEAN State)
 
_NTFN_EXTERN NTSTATUS _NtSystemDebugControl (SYSDBG_COMMAND ControlCode, PVOID InputBuffer, ULONG InputBufferLength, PVOID OutputBuffer, ULONG OutputBufferLength, PULONG ReturnLength)
 

Function Documentation

◆ _NtQueryDebugFilterState()

_NTFN_EXTERN NTSTATUS _NtQueryDebugFilterState ( ULONG  ComponentId,
ULONG  Level 
)

◆ _NtSetDebugFilterState()

_NTFN_EXTERN NTSTATUS _NtSetDebugFilterState ( ULONG  ComponentId,
ULONG  Level,
BOOLEAN  State 
)

◆ _NtSystemDebugControl()

_NTFN_EXTERN NTSTATUS _NtSystemDebugControl ( SYSDBG_COMMAND  ControlCode,
PVOID  InputBuffer,
ULONG  InputBufferLength,
PVOID  OutputBuffer,
ULONG  OutputBufferLength,
PULONG  ReturnLength 
)