Home
last modified time | relevance | path

Searched refs:DllHandle (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/ws2_32/src/
H A Dnsprovid.c106 Provider->DllHandle = LoadLibraryA(ExpandedDllPath); in WsNpInitialize()
107 if (!Provider->DllHandle) in WsNpInitialize()
115 NSPStartupProc = (LPNSPSTARTUP)GetProcAddress(Provider->DllHandle, in WsNpInitialize()
133 if (Provider->DllHandle) FreeLibrary(Provider->DllHandle); in WsNpInitialize()
134 Provider->DllHandle = NULL; in WsNpInitialize()
146 if (Provider->DllHandle) in WsNpNSPCleanup()
164 if (Provider->DllHandle) in WsNpDelete()
170 FreeLibrary(Provider->DllHandle); in WsNpDelete()
171 Provider->DllHandle = NULL; in WsNpDelete()
H A Ddprovide.c74 Provider->DllHandle = LoadLibrary(ExpandedDllPath); in WsTpInitialize()
76 if (!Provider->DllHandle) in WsTpInitialize()
81 WSPStartupProc = (LPWSPSTARTUP)GetProcAddress(Provider->DllHandle, "WSPStartup"); in WsTpInitialize()
107 if (Provider->DllHandle) in WsTpWSPCleanup()
127 if (Provider->DllHandle) in WsTpDelete()
133 FreeLibrary(Provider->DllHandle); in WsTpDelete()
134 Provider->DllHandle = NULL; in WsTpDelete()
/reactos/subsystems/win/basesrv/
H A Dsndsntry.c39 HANDLE DllHandle; in FirstSoundSentry() local
44 Status = LdrGetDllHandle(NULL, NULL, &DllString, &DllHandle); in FirstSoundSentry()
48 Status = LdrGetProcedureAddress(DllHandle, in FirstSoundSentry()
/reactos/base/system/msiexec/
H A Dmsiexec.c281 static VOID *LoadProc(LPCWSTR DllName, LPCSTR ProcName, HMODULE* DllHandle) in LoadProc() argument
286 if(!*DllHandle) in LoadProc()
291 proc = (VOID *) GetProcAddress(*DllHandle, ProcName); in LoadProc()
296 FreeLibrary(*DllHandle); in LoadProc()
307 HMODULE DllHandle = NULL; in DoDllRegisterServer() local
309 pfDllRegisterServer = LoadProc(DllName, "DllRegisterServer", &DllHandle); in DoDllRegisterServer()
318 if(DllHandle) in DoDllRegisterServer()
319 FreeLibrary(DllHandle); in DoDllRegisterServer()
327 HMODULE DllHandle = NULL; in DoDllUnregisterServer() local
338 if(DllHandle) in DoDllUnregisterServer()
[all …]
/reactos/dll/win32/ws2help/
H A Dhandle.c22 HANDLE DllHandle; member
72 HMODULE DllHandle = HelperContext->DllHandle; in ExitThreadApc() local
81 FreeLibraryAndExitThread(DllHandle, ERROR_SUCCESS); in ExitThreadApc()
/reactos/dll/ntdll/ldr/
H A Dldrapi.c52 IN HANDLE DllHandle, in LdrCreateOutOfProcessImage() argument
510 _Out_opt_ PVOID *DllHandle) in LdrGetDllHandleEx() argument
533 if (DllHandle) *DllHandle = NULL; in LdrGetDllHandleEx()
537 (!DllHandle && !(Flags & LDR_GET_DLL_HANDLE_EX_PIN))) in LdrGetDllHandleEx()
740 if (DllHandle) *DllHandle = LdrEntry->DllBase; in LdrGetDllHandleEx()
774 _Out_ PVOID *DllHandle) in LdrGetDllHandle() argument
781 DllHandle); in LdrGetDllHandle()
H A Dldrutils.c510 IN HANDLE DllHandle) in LdrpCodeAuthzCheckDllAllowed() argument
519 IN HANDLE DllHandle, in LdrpCreateDllSection() argument
532 if (!DllHandle) in LdrpCreateDllSection()
586 FileHandle = DllHandle; in LdrpCreateDllSection()
638 Status = LdrpCodeAuthzCheckDllAllowed(FullName, DllHandle); in LdrpCreateDllSection()
1011 HANDLE SectionHandle = NULL, DllHandle = 0; in LdrpMapDll() local
1106 DllHandle, in LdrpMapDll()
/reactos/dll/win32/kernel32/client/
H A Dactctx.c136 BasepProbeForDllManifest(IN PVOID DllHandle, in BasepProbeForDllManifest() argument
160 if (!(Status = LdrFindResource_U(DllHandle, &Info, 3, &Entry))) in BasepProbeForDllManifest()
166 Context.hModule = DllHandle; in BasepProbeForDllManifest()
/reactos/sdk/include/ndk/
H A Dldrtypes.h247 typedef NTSTATUS (NTAPI LDR_MANIFEST_PROBER_ROUTINE)(_In_ PVOID DllHandle, _In_ PCWSTR FullDllName,…
255 _In_ PVOID DllHandle,
H A Dumfuncs.h120 _Out_ PVOID *DllHandle
130 _Out_opt_ PVOID *DllHandle);
/reactos/dll/appcompat/apphelp/
H A Dshimeng.c378 PVOID DllHandle; in SeiFindHookModuleInfoForImportDescriptor() local
387 Success = LdrGetDllHandle(NULL, NULL, &DllName, &DllHandle); in SeiFindHookModuleInfoForImportDescriptor()
398 return SeiFindHookModuleInfo(NULL, DllHandle); in SeiFindHookModuleInfoForImportDescriptor()
567 PVOID DllHandle; in SeiAddHooks() local
579 if (NT_SUCCESS(LdrGetDllHandle(NULL, 0, &UnicodeModName, &DllHandle))) in SeiAddHooks()
581 HookModuleInfo = SeiFindHookModuleInfo(NULL, DllHandle); in SeiAddHooks()
586 DllHandle = NULL; in SeiAddHooks()
595 HookModuleInfo->BaseAddress = DllHandle; in SeiAddHooks()
/reactos/dll/win32/ws2_32/inc/
H A Dws2_32p.h81 HINSTANCE DllHandle; member
109 HINSTANCE DllHandle; member
/reactos/dll/win32/kernel32/include/
H A Dkernel32.h232 IN PVOID DllHandle,
/reactos/sdk/include/ddk/
H A Dntimage.h532 PVOID DllHandle,
/reactos/sdk/include/reactos/winsock/
H A Dmsafdlib.h178 HINSTANCE DllHandle; member
/reactos/sdk/include/xdk/
H A Dwinnt_old.h3411 (NTAPI *PIMAGE_TLS_CALLBACK)(PVOID DllHandle,DWORD Reason,PVOID Reserved);