Unified function argument types
This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user