[NTOS:KD] Add some annotations.

This commit is contained in:
Hermès Bélusca-Maïto 2023-01-09 12:31:03 +01:00
parent cee893be99
commit a8b09eddc4
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 30 additions and 30 deletions

View file

@ -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