mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[NTDLL:LDR] SAL improvements and fixes
- Convert some notations to SAL2 - "Name" parameter in LdrGetProcedureAddress/LdrpGetProcedureAddress should be optional - "DllCharacteristics" parameter in LdrGetDllHandle should be optional
This commit is contained in:
parent
46b4b5581d
commit
be5c889cdf
6 changed files with 63 additions and 39 deletions
|
@ -89,8 +89,8 @@ NTSTATUS
|
|||
NTAPI
|
||||
LdrGetProcedureAddress(
|
||||
_In_ PVOID BaseAddress,
|
||||
_In_ PANSI_STRING Name,
|
||||
_In_ ULONG Ordinal,
|
||||
_In_opt_ _When_(Ordinal == 0, _Notnull_) PANSI_STRING Name,
|
||||
_In_opt_ _When_(Name == NULL, _In_range_(>, 0)) ULONG Ordinal,
|
||||
_Out_ PVOID *ProcedureAddress
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue