Unified function argument types

This commit is contained in:
2023-07-03 01:57:37 +02:00
parent 7fc654769e
commit 2fbc08e22d
2 changed files with 14 additions and 14 deletions

View File

@ -266,7 +266,7 @@ _IRQL_requires_max_(PASSIVE_LEVEL)
EXTERN_C
NTSTATUS
DomitoFindModuleBaseAddress(
_In_ STRING ModuleName,
_In_ PANSI_STRING ModuleName,
_Inout_opt_ PVOID* ModuleBase
);
@ -280,7 +280,7 @@ EXTERN_C
NTSTATUS
DomitoFindExportedFunctionAddress(
_In_ PVOID ModuleBase,
_In_ STRING FunctionName,
_In_ PANSI_STRING FunctionName,
_Inout_opt_ PVOID* FunctionAddress
);