ReactOS 0.4.16-dev-1279-gc894716
|
Go to the source code of this file.
NTSTATUS NTAPI LdrEnumerateLoadedModules | ( | _Reserved_ ULONG | ReservedFlag, |
_In_ PLDR_ENUM_CALLBACK | EnumProc, | ||
_In_opt_ PVOID | Context | ||
) |
Definition at line 1090 of file ldrapi.c.
Referenced by BasepComputeProcessPath(), and LoadLibraryExW().
NTSTATUS NTAPI LdrEnumResources | ( | _In_ PVOID | BaseAddress, |
_In_ PLDR_RESOURCE_INFO | ResourceInfo, | ||
_In_ ULONG | Level, | ||
_Inout_ ULONG * | ResourceCount, | ||
_Out_writes_to_ *, *ResourceCount LDR_ENUM_RESOURCE_INFO * | Resources | ||
) |
Definition at line 343 of file res.c.
Referenced by Test_Data(), and Test_Parameters().
NTSTATUS NTAPI LdrFindResource_U | ( | _In_ PVOID | BaseAddress, |
_In_ PLDR_RESOURCE_INFO | ResourceInfo, | ||
_In_ ULONG | Level, | ||
_Out_ PIMAGE_RESOURCE_DATA_ENTRY * | ResourceDataEntry | ||
) |
NTSTATUS NTAPI LdrFindResourceDirectory_U | ( | _In_ PVOID | BaseAddress, |
_In_ PLDR_RESOURCE_INFO | ResourceInfo, | ||
_In_ ULONG | Level, | ||
_Out_ PIMAGE_RESOURCE_DIRECTORY * | ResourceDirectory | ||
) |
Referenced by EnumResourceLanguagesA(), EnumResourceLanguagesExA(), EnumResourceLanguagesExW(), EnumResourceLanguagesW(), EnumResourceNamesA(), EnumResourceNamesExA(), EnumResourceNamesExW(), EnumResourceNamesW(), EnumResourceTypesA(), EnumResourceTypesExA(), EnumResourceTypesExW(), and EnumResourceTypesW().
NTSTATUS NTAPI LdrGetProcedureAddress | ( | _In_ PVOID | BaseAddress, |
_In_opt_ _When_(Ordinal==0, _Notnull_) PANSI_STRING | Name, | ||
_In_opt_ _When_(Name==NULL, _In_range_(>, 0)) ULONG | Ordinal, | ||
_Out_ PVOID * | ProcedureAddress | ||
) |
Definition at line 789 of file ldrapi.c.
NTSTATUS NTAPI LdrLockLoaderLock | ( | _In_ ULONG | Flags, |
_Out_opt_ PULONG | Disposition, | ||
_Out_opt_ PULONG_PTR | Cookie | ||
) |
Definition at line 174 of file ldrapi.c.
Referenced by BasepGetModuleHandleExW(), find_query_actctx(), get_module_filename(), GetModuleFileNameW(), LdrAddRefDll(), LdrDisableThreadCalloutsForDll(), LdrEnumerateLoadedModules(), LdrGetDllHandleEx(), LdrInitShimEngineDynamic(), LdrLoadDll(), and LdrUnloadAlternateResourceModule().
PIMAGE_BASE_RELOCATION NTAPI LdrProcessRelocationBlockLongLong | ( | _In_ ULONG_PTR | Address, |
_In_ ULONG | Count, | ||
_In_ PUSHORT | TypeOffset, | ||
_In_ LONGLONG | Delta | ||
) |
Referenced by LdrProcessRelocationBlock().
NTSTATUS NTAPI LdrRegisterDllNotification | ( | _In_ ULONG | Flags, |
_In_ PLDR_DLL_NOTIFICATION_FUNCTION | NotificationFunction, | ||
_In_opt_ PVOID | Context, | ||
_Out_ PVOID * | Cookie | ||
) |
Definition at line 39 of file ldrnotify.c.
ULONG NTAPI LdrRelocateImage | ( | _In_ PVOID | BaseAddress, |
_In_opt_ PCSTR | LoaderName, | ||
_In_ ULONG | Success, | ||
_In_ ULONG | Conflict, | ||
_In_ ULONG | Invalid | ||
) |
Definition at line 462 of file image.c.
Referenced by ImgpLoadPEImage().
Definition at line 1603 of file ldrapi.c.
Referenced by FreeLibrary(), FreeLibraryAndExitThread(), and LdrUnloadDll().
Definition at line 101 of file ldrapi.c.
Referenced by BasepGetModuleHandleExW(), find_query_actctx(), get_module_filename(), GetModuleFileNameW(), LdrAddRefDll(), LdrDisableThreadCalloutsForDll(), LdrEnumerateLoadedModules(), LdrGetDllHandleEx(), LdrInitShimEngineDynamic(), LdrLoadDll(), and LdrUnloadAlternateResourceModule().
Definition at line 74 of file ldrnotify.c.
BOOLEAN NTAPI LdrVerifyMappedImageMatchesChecksum | ( | _In_ PVOID | BaseAddress, |
_In_ SIZE_T | NumberOfBytes, | ||
_In_ ULONG | FileLength | ||
) |
Referenced by LdrVerifyImageMatchesChecksum(), and MmCheckSystemImage().