Home
last modified time | relevance | path

Searched refs:DllPath (Results 1 – 25 of 32) sorted by relevance

12

/reactos/sdk/lib/rtl/
H A Dppb.c47 PUNICODE_STRING DllPath, in RtlCreateProcessParameters() argument
74 if (DllPath == NULL) in RtlCreateProcessParameters()
75 DllPath = &NtCurrentPeb()->ProcessParameters->DllPath; in RtlCreateProcessParameters()
86 if (DllPath == NULL) in RtlCreateProcessParameters()
87 DllPath = &EmptyString; in RtlCreateProcessParameters()
113 Length += ALIGN(DllPath->MaximumLength, sizeof(ULONG)); in RtlCreateProcessParameters()
161 &Param->DllPath, in RtlCreateProcessParameters()
162 DllPath, in RtlCreateProcessParameters()
230 DENORMALIZE(Params->DllPath.Buffer, Params); in RtlDeNormalizeProcessParams()
255 NORMALIZE(Params->DllPath.Buffer, Params); in RtlNormalizeProcessParams()
/reactos/dll/ntdll/ldr/
H A Dldrpe.c287 Status = LdrpLoadImportModule(DllPath, in LdrpHandleOneNewFormatImportDescriptor()
360 Status = LdrpLoadImportModule(DllPath, in LdrpHandleOneNewFormatImportDescriptor()
492 LdrpHandleNewFormatImportDescriptors(IN LPWSTR DllPath OPTIONAL, in LdrpHandleNewFormatImportDescriptors()
503 Status = LdrpHandleOneNewFormatImportDescriptor(DllPath, in LdrpHandleNewFormatImportDescriptors()
546 Status = LdrpLoadImportModule(DllPath, in LdrpHandleOneOldFormatImportDescriptor()
606 LdrpHandleOldFormatImportDescriptors(IN LPWSTR DllPath OPTIONAL, in LdrpHandleOldFormatImportDescriptors()
670 LdrpWalkImportDescriptor(IN LPWSTR DllPath OPTIONAL, in LdrpWalkImportDescriptor()
808 LdrpLoadImportModule(IN PWSTR DllPath OPTIONAL, in LdrpLoadImportModule()
890 if (LdrpCheckForLoadedDll(DllPath, in LdrpLoadImportModule()
906 Status = LdrpMapDll(DllPath, in LdrpLoadImportModule()
[all …]
H A Dldrutils.c673 LdrpResolveDllName(PWSTR DllPath, in LdrpResolveDllName() argument
686 Length = RtlDosSearchPath_U(DllPath ? DllPath : LdrpDefaultPath.Buffer, in LdrpResolveDllName()
698 DPRINT1("%ws from %ws\n", DllName, DllPath ? DllPath : LdrpDefaultPath.Buffer); in LdrpResolveDllName()
1953 LdrpCheckForLoadedDll(IN PWSTR DllPath, in LdrpCheckForLoadedDll() argument
1974 …NT("LdrpCheckForLoadedDll('%S' '%wZ' %u %u %p)\n", DllPath ? ((ULONG_PTR)DllPath == 1 ? L"" : DllP… in LdrpCheckForLoadedDll()
2038 Length = RtlDosSearchPath_U(DllPath ? DllPath : LdrpDefaultPath.Buffer, in LdrpCheckForLoadedDll()
2410 IN PWSTR DllPath OPTIONAL, in LdrpLoadDll()
2485 DllPath ? DllPath : L""); in LdrpLoadDll()
2489 if (!LdrpCheckForLoadedDll(DllPath, in LdrpLoadDll()
2496 Status = LdrpMapDll(DllPath, in LdrpLoadDll()
[all …]
H A Dverifier.c488 UNICODE_STRING DllPath; in AVrfpLoadAndInitializeProvider() local
493 RtlInitEmptyUnicodeString(&DllPath, StringBuffer, sizeof(StringBuffer)); in AVrfpLoadAndInitializeProvider()
494 RtlAppendUnicodeToString(&DllPath, SharedUserData->NtSystemRoot); in AVrfpLoadAndInitializeProvider()
495 RtlAppendUnicodeToString(&DllPath, L"\\System32\\"); in AVrfpLoadAndInitializeProvider()
500 Status = LdrLoadDll(DllPath.Buffer, NULL, &Provider->DllName, &Provider->BaseAddress); in AVrfpLoadAndInitializeProvider()
507 &DllPath); in AVrfpLoadAndInitializeProvider()
H A Dldrapi.c507 _In_opt_ PWSTR DllPath, in LdrGetDllHandleEx() argument
687 DllPath ? ((ULONG_PTR)DllPath == 1 ? L"" : DllPath) : L""); in LdrGetDllHandleEx()
691 if (LdrpCheckForLoadedDll(DllPath, in LdrGetDllHandleEx()
693 ((ULONG_PTR)DllPath == 1) ? TRUE : FALSE, in LdrGetDllHandleEx()
771 _In_opt_ PWSTR DllPath, in LdrGetDllHandle() argument
778 DllPath, in LdrGetDllHandle()
/reactos/modules/rostests/apitests/crt/
H A Dstatic_construct.cpp70 WCHAR DllPath[MAX_PATH]; in TestDllStartup() local
71 GetModuleFileNameW(NULL, DllPath, _countof(DllPath)); in TestDllStartup()
72 wcsrchr(DllPath, L'\\')[1] = UNICODE_NULL; in TestDllStartup() local
73 StringCchCatW(DllPath, _countof(DllPath), DllName); in TestDllStartup()
75 HMODULE hDll = LoadLibraryW(DllPath); in TestDllStartup()
/reactos/modules/rostests/win32/advapi32/eventlog/
H A DEvtLogTest.c313 WCHAR DllPath[] = L"C:\\" PROVIDER_NAME L".dll"; in TestMyEventProvider() local
341 (LPBYTE)DllPath, sizeof(DllPath)); in TestMyEventProvider()
344 (LPBYTE)DllPath, sizeof(DllPath)); in TestMyEventProvider()
347 (LPBYTE)DllPath, sizeof(DllPath)); in TestMyEventProvider()
/reactos/dll/win32/imagehlp/
H A Dmodify.c41 PCSTR ImageName, PCSTR DllPath, PCSTR SymbolPath) in BindImage() argument
43 return BindImageEx(0, ImageName, DllPath, SymbolPath, NULL); in BindImage()
68 DWORD Flags, PCSTR ImageName, PCSTR DllPath, PCSTR SymbolPath, in BindImageEx() argument
76 Flags, debugstr_a(ImageName), debugstr_a(DllPath), in BindImageEx()
80 if (!(MapAndLoad(ImageName, DllPath, &loaded_image, TRUE, TRUE))) return FALSE; in BindImageEx()
118 if (!SearchPathA(DllPath, dll_name, 0, sizeof(dll_fullname), dll_fullname, 0)) in BindImageEx()
/reactos/dll/win32/ws2_32/src/
H A Ddcatitem.c105 memcpy(CatalogEntry->DllPath, Buf, sizeof(CatalogEntry->DllPath)); in WsTcEntryInitializeFromRegistry()
106 index = sizeof(CatalogEntry->DllPath); in WsTcEntryInitializeFromRegistry()
H A Denumprot.c114 PathLen = wcslen(Entry->DllPath) + 1; in ProviderEnumerationProc()
121 wcscpy(Context->ProviderDllPath, Entry->DllPath); in ProviderEnumerationProc()
H A Dnscatent.c91 (LPBYTE)&CatalogEntry->DllPath, in WsNcEntryInitializeFromRegistry()
H A Dnscatalo.c417 CatalogEntry->DllPath, in WsNcLoadProvider()
/reactos/dll/ntdll/include/
H A Dntdllp.h37 _In_ PCWSTR DllPath OPTIONAL,
96 LdrpWalkImportDescriptor(IN LPWSTR DllPath OPTIONAL,
129 IN PWSTR DllPath OPTIONAL,
153 LdrpCheckForLoadedDll(IN PWSTR DllPath,
223 LdrpLoadImportModule(IN PWSTR DllPath OPTIONAL,
/reactos/dll/win32/kernel32/client/
H A Dappcache.c263 UNICODE_STRING DllPath = {0}; in BaseInitApphelp() local
267 RtlInitEmptyUnicodeString(&DllPath, Buffer, sizeof(Buffer)); in BaseInitApphelp()
268 RtlCopyUnicodeString(&DllPath, &BaseWindowsDirectory); in BaseInitApphelp()
269 RtlAppendUnicodeToString(&DllPath, L"\\system32\\apphelp.dll"); in BaseInitApphelp()
271 if (NT_SUCCESS(LdrLoadDll(NULL, NULL, &DllPath, &ApphelpAddress))) in BaseInitApphelp()
H A Dloader.c671 LPWSTR DllPath; in GetModuleHandleForUnicodeString() local
680 DllPath = BaseComputeProcessDllPath(NULL, NULL); in GetModuleHandleForUnicodeString()
681 if (!DllPath) in GetModuleHandleForUnicodeString()
689 Status = LdrGetDllHandle(DllPath, NULL, ModuleName, &Module); in GetModuleHandleForUnicodeString()
700 RtlFreeHeap(RtlGetProcessHeap(), 0, DllPath); in GetModuleHandleForUnicodeString()
H A Dpath.c423 LPWSTR DllPath = NULL; in BaseComputeProcessDllPath() local
440 DllPath = BasepComputeProcessPath(BaseDllOrderNoCurrent, FullPath, Environment); in BaseComputeProcessDllPath()
446 return DllPath; in BaseComputeProcessDllPath()
509 DllPath = BasepComputeProcessPath(BaseDllOrderCurrent[CurrentDirPlacement], in BaseComputeProcessDllPath()
514 return DllPath; in BaseComputeProcessDllPath()
H A Dproc.c502 UNICODE_STRING DllPath, ImageName, CommandLine, CurrentDirectory; in BasePushProcessParameters() local
527 RtlInitUnicodeString(&DllPath, DllPathString); in BasePushProcessParameters()
543 RtlInitUnicodeString(&DllPath, DllPathString); in BasePushProcessParameters()
587 DPRINT("DllPath : '%wZ'\n", &DllPath); in BasePushProcessParameters()
596 &DllPath, in BasePushProcessParameters()
830 RtlFreeHeap(RtlGetProcessHeap(), 0, DllPath.Buffer); in BasePushProcessParameters()
/reactos/sdk/include/ndk/
H A Dumfuncs.h117 _In_opt_ PWSTR DllPath,
127 _In_opt_ PWSTR DllPath,
/reactos/ntoskrnl/ex/
H A Dinit.c473 ProcessParams->DllPath.Buffer = p; in ExpLoadInitialProcess()
474 ProcessParams->DllPath.MaximumLength = MAX_WIN32_PATH * sizeof(WCHAR); in ExpLoadInitialProcess()
477 RtlCopyUnicodeString(&ProcessParams->DllPath, in ExpLoadInitialProcess()
479 RtlAppendUnicodeToString(&ProcessParams->DllPath, L"\\System32"); in ExpLoadInitialProcess()
482 p = (PWSTR)((PCHAR)ProcessParams->DllPath.Buffer + in ExpLoadInitialProcess()
483 ProcessParams->DllPath.MaximumLength); in ExpLoadInitialProcess()
536 RtlAppendUnicodeStringToString(&Environment, &ProcessParams->DllPath); in ExpLoadInitialProcess()
/reactos/ntoskrnl/kd64/
H A Dkdprint.c263 KdpSymbol(IN PSTRING DllPath, in KdpSymbol() argument
287 KdpReportLoadSymbolsStateChange(DllPath, in KdpSymbol()
/reactos/dll/win32/ws2_32/inc/
H A Dws2_32p.h90 CHAR DllPath[MAX_PATH]; member
133 WCHAR DllPath[MAX_PATH]; member
584 IN LPWSTR DllPath,
/reactos/sdk/include/reactos/subsys/sm/
H A Dsmmsg.h195 PUNICODE_STRING DllPath; member
/reactos/base/system/smss/
H A Dsminit.c430 SmpInitializeKnownDllPath(IN PUNICODE_STRING DllPath, in SmpInitializeKnownDllPath() argument
437 DllPath->Buffer = RtlAllocateHeap(RtlGetProcessHeap(), SmBaseTag, Length); in SmpInitializeKnownDllPath()
438 if (DllPath->Buffer) in SmpInitializeKnownDllPath()
441 DllPath->MaximumLength = (USHORT)Length; in SmpInitializeKnownDllPath()
442 DllPath->Length = (USHORT)Length - sizeof(UNICODE_NULL); in SmpInitializeKnownDllPath()
445 RtlCopyMemory(DllPath->Buffer, Buffer, Length); in SmpInitializeKnownDllPath()
/reactos/sdk/lib/crt/wine/
H A Dwinternl.h88 UNICODE_STRING DllPath; member
/reactos/modules/rostests/winetests/imagehlp/
H A Dimage.c34 static BOOL (WINAPI *pBindImageEx)(DWORD Flags, const char *ImageName, const char *DllPath,

12