ReactOS 0.4.15-dev-7842-g558ab78
_CODEPAGE_ENTRY Struct Reference

#include <kernel32.h>

Collaboration diagram for _CODEPAGE_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
UINT CodePage
 
HANDLE SectionHandle
 
PBYTE SectionMapping
 
CPTABLEINFO CodePageTable
 

Detailed Description

Definition at line 62 of file kernel32.h.

Member Data Documentation

◆ CodePage

UINT _CODEPAGE_ENTRY::CodePage

Definition at line 65 of file kernel32.h.

Referenced by IntGetCodePageEntry(), IntGetLoadedCodePageEntry(), and NlsInit().

◆ CodePageTable

◆ Entry

LIST_ENTRY _CODEPAGE_ENTRY::Entry

Definition at line 64 of file kernel32.h.

Referenced by IntGetCodePageEntry(), and NlsInit().

◆ SectionHandle

HANDLE _CODEPAGE_ENTRY::SectionHandle

Definition at line 66 of file kernel32.h.

Referenced by IntGetCodePageEntry(), NlsInit(), and NlsUninit().

◆ SectionMapping

PBYTE _CODEPAGE_ENTRY::SectionMapping

Definition at line 67 of file kernel32.h.

Referenced by IntGetCodePageEntry(), NlsInit(), and NlsUninit().


The documentation for this struct was generated from the following file: