ReactOS 0.4.15-dev-7788-g1ad9096
nls_table Struct Reference

#include <module.h>

Collaboration diagram for nls_table:

Public Attributes

charcharset
 
charalias
 
int(* uni2char )(wchar_t uni, unsigned char *out, int boundlen)
 
int(* char2uni )(const unsigned char *rawstring, int boundlen, wchar_t *uni)
 
unsigned charcharset2lower
 
unsigned charcharset2upper
 
struct moduleowner
 
struct nls_tablenext
 

Detailed Description

Definition at line 1041 of file module.h.

Member Data Documentation

◆ alias

char* nls_table::alias

Definition at line 1043 of file module.h.

◆ char2uni

int(* nls_table::char2uni) (const unsigned char *rawstring, int boundlen, wchar_t *uni)

Definition at line 1045 of file module.h.

◆ charset

char* nls_table::charset

Definition at line 1042 of file module.h.

◆ charset2lower

unsigned char* nls_table::charset2lower

Definition at line 1047 of file module.h.

◆ charset2upper

unsigned char* nls_table::charset2upper

Definition at line 1048 of file module.h.

◆ next

struct nls_table* nls_table::next

Definition at line 1050 of file module.h.

Referenced by register_nls(), and unregister_nls().

◆ owner

struct module* nls_table::owner

Definition at line 1049 of file module.h.

◆ uni2char

int(* nls_table::uni2char) (wchar_t uni, unsigned char *out, int boundlen)

Definition at line 1044 of file module.h.


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