mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[NTOS:KD64] Some code formatting + add SAL2 annotations to the functions that are going to be involved in the next commit.
+ s/ReturnStatus/Status/ , and get rid of Win32 LPSTR and replace by PCHAR (since the concerned code deals with counted strings).
This commit is contained in:
parent
6c1aac6948
commit
54c03f6965
5 changed files with 115 additions and 128 deletions
|
@ -33,13 +33,13 @@ Author:
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
KdSystemDebugControl(
|
||||
SYSDBG_COMMAND Command,
|
||||
PVOID InputBuffer,
|
||||
ULONG InputBufferLength,
|
||||
PVOID OutputBuffer,
|
||||
ULONG OutputBufferLength,
|
||||
PULONG ReturnLength,
|
||||
KPROCESSOR_MODE PreviousMode
|
||||
_In_ SYSDBG_COMMAND Command,
|
||||
_In_ PVOID InputBuffer,
|
||||
_In_ ULONG InputBufferLength,
|
||||
_Out_ PVOID OutputBuffer,
|
||||
_In_ ULONG OutputBufferLength,
|
||||
_Inout_ PULONG ReturnLength,
|
||||
_In_ KPROCESSOR_MODE PreviousMode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue