mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
[SDK] Make KdRosRegisterCliCallback() return status from KdSystemDebugControl().
This commit is contained in:
@@ -47,11 +47,11 @@ KdRosDumpStackFrames(
|
||||
|
||||
#if defined(KDBG)
|
||||
FORCEINLINE
|
||||
VOID
|
||||
ULONG
|
||||
KdRosRegisterCliCallback(
|
||||
PVOID Callback)
|
||||
{
|
||||
KdSystemDebugControl('RbdK', Callback, FALSE, 0, 0, 0, 0);
|
||||
return KdSystemDebugControl('RbdK', Callback, FALSE, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
|
||||
Reference in New Issue
Block a user