mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:14:12 +00:00
[NTOS:KD] Add some annotations.
This commit is contained in:
parent
cee893be99
commit
a8b09eddc4
5 changed files with 30 additions and 30 deletions
|
@ -9,13 +9,13 @@ typedef ULONG KDSTATUS;
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
KdDebuggerInitialize0(
|
||||
IN PLOADER_PARAMETER_BLOCK LoaderBlock
|
||||
_In_opt_ PLOADER_PARAMETER_BLOCK LoaderBlock
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
KdDebuggerInitialize1(
|
||||
IN PLOADER_PARAMETER_BLOCK LoaderBlock
|
||||
_In_opt_ PLOADER_PARAMETER_BLOCK LoaderBlock
|
||||
);
|
||||
|
||||
KDSTATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue