Home
last modified time | relevance | path

Searched refs:ExportName (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dpropvar.c36 ANSI_STRING ExportName; in LoadOle32Export() local
46 RtlInitAnsiString(&ExportName, ProcedureName); in LoadOle32Export()
49 Status = LdrGetProcedureAddress(*BaseAddress, &ExportName, in LoadOle32Export()
/reactos/dll/win32/netcfgx/
H A Dinstaller.c160 LPWSTR ExportName = NULL; in InstallNetDevice() local
248ExportName = HeapAlloc(GetProcessHeap(), 0, (wcslen(L"\\Device\\Tcpip_") + wcslen(UuidString)) * s… in InstallNetDevice()
249 if (!ExportName) in InstallNetDevice()
255 wcscpy(ExportName, L"\\Device\\Tcpip_"); in InstallNetDevice()
256 wcscat(ExportName, UuidString); in InstallNetDevice()
466 rc = AppendStringToMultiSZ(hKey, L"Export", ExportName); in InstallNetDevice()
494 HeapFree(GetProcessHeap(), 0, ExportName); in InstallNetDevice()
/reactos/boot/freeldr/freeldr/lib/
H A Dpeloader.c155 PCHAR ExportName, ForwarderName; in PeLdrpBindImportName() local
205 ExportName = VaToPa(RVA(DllBase, NameTable[Hint])); in PeLdrpBindImportName()
210 (strcmp(ExportName, (PCHAR)ImportData->Name) == 0)) in PeLdrpBindImportName()
233 ExportName = VaToPa(RVA(DllBase, NameTable[Middle])); in PeLdrpBindImportName()
236 Result = strcmp(ExportName, (PCHAR)ImportData->Name); in PeLdrpBindImportName()
/reactos/drivers/network/ndis/ndis/
H A Dminiport.c2437 UNICODE_STRING ExportName; in NdisIAddDevice() local
2502 RtlInitUnicodeString(&ExportName, NULL); in NdisIAddDevice()
2505 QueryTable[0].EntryContext = &ExportName; in NdisIAddDevice()
2520 NDIS_DbgPrint(MAX_TRACE, ("creating device %wZ\n", &ExportName)); in NdisIAddDevice()
2523 &ExportName, FILE_DEVICE_PHYSICAL_NETCARD, in NdisIAddDevice()
2528 RtlFreeUnicodeString(&ExportName); in NdisIAddDevice()
2549 RtlFreeUnicodeString(&ExportName); in NdisIAddDevice()
2554 Adapter->NdisMiniportBlock.MiniportName = ExportName; in NdisIAddDevice()
/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c224 _In_ PCSTR ExportName, in NameToOrdinal() argument
245 Ret = strcmp(ExportName, (PCHAR)RVA(ImageBase, NameTable[Mid])); in NameToOrdinal()
311 _In_ PCSTR ExportName, in RtlpFindExportedRoutineByName() argument
339 Ordinal = NameToOrdinal(ExportName, in RtlpFindExportedRoutineByName()
403 _In_ PCSTR ExportName) in RtlFindExportedRoutineByName() argument
413 ExportName, in RtlFindExportedRoutineByName()
/reactos/ntoskrnl/include/internal/
H A Dmm.h1668 _In_ PCSTR ExportName,
1678 _In_ PCSTR ExportName);