Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dres.c356 PIMAGE_RESOURCE_DIRECTORY_ENTRY TypeEntry, NameEntry, LangEntry; in LdrEnumResources() local
441 LangEntry = (PIMAGE_RESOURCE_DIRECTORY_ENTRY)(LangDirectory + 1); in LdrEnumResources()
448 for (k = 0; k < NumberOfLangEntries; ++k, ++LangEntry) in LdrEnumResources()
455 LangEntry, in LdrEnumResources()
463 if (LangEntry->DataIsDirectory) in LdrEnumResources()
470 LangEntry->OffsetToData); in LdrEnumResources()
481 NAME_FROM_RESOURCE_ENTRY(ResourceData, LangEntry); in LdrEnumResources()