ReactOS 0.4.16-dev-292-gbbdcc14
|
Go to the source code of this file.
Typedefs | |
typedef VOID(NTAPI * | PLDR_CALLBACK) (PVOID CallbackContext, PCHAR Name) |
Definition at line 25 of file dbgui.c.
Referenced by CreateProcessInternalW(), DebugActiveProcess(), and Main().
NTSTATUS NTAPI DbgUiConvertStateChangeStructure | ( | _In_ PDBGUI_WAIT_STATE_CHANGE | WaitStateChange, |
_In_ PVOID | DebugEvent | ||
) |
Definition at line 333 of file dbgui.c.
Referenced by CreateProcessInternalW(), and DebugSetProcessKillOnExit().
Definition at line 289 of file dbgui.c.
Referenced by DbgUiIssueRemoteBreakin().
NTSYSAPI NTSTATUS NTAPI DbgUiWaitStateChange | ( | _In_ PDBGUI_WAIT_STATE_CHANGE | DbgUiWaitStateCange, |
_In_ PLARGE_INTEGER | TimeOut | ||
) |
Definition at line 1205 of file ldrapi.c.
Referenced by BasepGetModuleHandleExW().
Definition at line 1154 of file ldrapi.c.
Referenced by DisableThreadLibraryCalls(), and DllMain().
Definition at line 425 of file ldrapi.c.
Referenced by find_query_actctx(), and get_module_filename().
NTSTATUS NTAPI LdrGetDllHandle | ( | _In_opt_ PWSTR | DllPath, |
_In_opt_ PULONG | DllCharacteristics, | ||
_In_ PUNICODE_STRING | DllName, | ||
_Out_ PVOID * | DllHandle | ||
) |
Definition at line 770 of file ldrapi.c.
Referenced by BroadcastDriveLetterChange(), CsrClientConnectToServer(), CsrConnectToUser(), FirstSoundSentry(), GetModuleHandleForUnicodeString(), SeiAddHooks(), SeiFindHookModuleInfoForImportDescriptor(), and SeiInit().
NTSTATUS NTAPI LdrGetDllHandleEx | ( | _In_ ULONG | Flags, |
_In_opt_ PWSTR | DllPath, | ||
_In_opt_ PULONG | DllCharacteristics, | ||
_In_ PUNICODE_STRING | DllName, | ||
_Out_opt_ PVOID * | DllHandle | ||
) |
Definition at line 505 of file ldrapi.c.
Referenced by LdrGetDllHandle(), and LoadLibraryExW().
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.
Referenced by BaseInitApphelp(), BasepReplaceProcessThreadTokens(), BaseSrvDelayLoadKernel32(), BroadcastDriveLetterChange(), CsrClientConnectToServer(), CsrConnectToUser(), CsrLoadServerDll(), FirstSoundSentry(), GetProcAddress(), InitApphelp(), LdrpInitializeProcess(), LoadOle32Export(), LsapAddAuthPackage(), SeiCreateShimModuleInfo(), and SeiResolveAPI().
NTSTATUS NTAPI LdrLoadDll | ( | _In_opt_ PWSTR | SearchPath, |
_In_opt_ PULONG | DllCharacteristics, | ||
_In_ PUNICODE_STRING | DllName, | ||
_Out_ PVOID * | BaseAddress | ||
) |
Definition at line 312 of file ldrapi.c.
Referenced by AVrfpLoadAndInitializeProvider(), BaseInitApphelp(), BaseSrvDelayLoadKernel32(), CsrLoadServerDll(), InitApphelp(), LdrpInitializeProcess(), LoadLibraryExW(), LoadOle32Export(), LsapAddAuthPackage(), SeiInit(), and START_TEST().
NTSTATUS NTAPI LdrOpenImageFileOptionsKey | ( | _In_ PUNICODE_STRING | SubKey, |
_In_ BOOLEAN | Wow64, | ||
_Out_ PHANDLE | NewKeyHandle | ||
) |
Definition at line 112 of file ldrinit.c.
Referenced by CreateProcessInternalW(), LdrpInitializeExecutionOptions(), and LdrQueryImageFileExecutionOptionsEx().
PIMAGE_BASE_RELOCATION NTAPI LdrProcessRelocationBlock | ( | _In_ ULONG_PTR | Address, |
_In_ ULONG | Count, | ||
_In_ PUSHORT | TypeOffset, | ||
_In_ LONG_PTR | Delta | ||
) |
NTSTATUS NTAPI LdrQueryImageFileExecutionOptions | ( | _In_ PUNICODE_STRING | SubKey, |
_In_ PCWSTR | ValueName, | ||
_In_ ULONG | Type, | ||
_Out_ PVOID | Buffer, | ||
_In_ ULONG | BufferSize, | ||
_Out_opt_ PULONG | ReturnedLength | ||
) |
Definition at line 389 of file ldrinit.c.
Referenced by LdrpRunInitializeRoutines(), and SmpLoadSubSystemsForMuSession().
NTSTATUS NTAPI LdrQueryImageFileKeyOption | ( | _In_ HANDLE | KeyHandle, |
_In_ PCWSTR | ValueName, | ||
_In_ ULONG | Type, | ||
_Out_ PVOID | Buffer, | ||
_In_ ULONG | BufferSize, | ||
_Out_opt_ PULONG | ReturnedLength | ||
) |
Definition at line 185 of file ldrinit.c.
Referenced by AVrfReadIFEO(), CreateProcessInternalW(), LdrpInitializeExecutionOptions(), LdrpInitializeProcess(), and LdrQueryImageFileExecutionOptionsEx().
NTSTATUS NTAPI LdrQueryProcessModuleInformation | ( | _Out_writes_bytes_to_(Size, *ReturnedSize) PRTL_PROCESS_MODULES | ModuleInformation, |
_In_ ULONG | Size, | ||
_Out_opt_ PULONG | ReturnedSize | ||
) |
Definition at line 1076 of file ldrapi.c.
Referenced by RtlQueryProcessDebugInformation(), and Test_ProcessModules().
VOID NTAPI LdrSetDllManifestProber | ( | _In_ PLDR_MANIFEST_PROBER_ROUTINE | Routine | ) |
Definition at line 73 of file ldrapi.c.
Referenced by DllMain().
Definition at line 943 of file ldrinit.c.
Definition at line 1082 of file ldrinit.c.
Definition at line 1291 of file ldrapi.c.
Referenced by BasepReplaceProcessThreadTokens(), CsrLoadServerDll(), FreeLibrary(), FreeLibraryAndExitThread(), InitApphelp(), LdrpLoadDll(), LdrpUnloadShimEngine(), LsapAddAuthPackage(), PropertyLengthAsVariant(), RtlConvertPropertyToVariant(), RtlConvertVariantToProperty(), and START_TEST().
NTSTATUS NTAPI LdrVerifyImageMatchesChecksum | ( | _In_ HANDLE | FileHandle, |
_In_ PLDR_CALLBACK | Callback, | ||
_In_ PVOID | CallbackContext, | ||
_Out_ PUSHORT | ImageCharacteristics | ||
) |
Definition at line 804 of file ldrapi.c.
Referenced by SmpInitializeKnownDllsInternal().