Searched refs:SectionMapping (Results 1 – 2 of 2) sorted by relevance
195 AnsiCodePage.SectionMapping = NtCurrentTeb()->ProcessEnvironmentBlock->AnsiCodePageData; in NlsInit()197 RtlInitCodePageTable((PUSHORT)AnsiCodePage.SectionMapping, in NlsInit()205 OemCodePage.SectionMapping = NtCurrentTeb()->ProcessEnvironmentBlock->OemCodePageData; in NlsInit()207 RtlInitCodePageTable((PUSHORT)OemCodePage.SectionMapping, in NlsInit()233 UnmapViewOfFile(Current->SectionMapping); in NlsUninit()298 PBYTE SectionMapping; in IntGetCodePageEntry() local449 SectionMapping = MapViewOfFile(SectionHandle, FILE_MAP_READ, 0, 0, 0); in IntGetCodePageEntry()450 if (SectionMapping == NULL) in IntGetCodePageEntry()467 CodePageEntry->SectionMapping = SectionMapping; in IntGetCodePageEntry()469 RtlInitCodePageTable((PUSHORT)SectionMapping, &CodePageEntry->CodePageTable); in IntGetCodePageEntry()
67 PBYTE SectionMapping; member