FreeRDP
SYSTEM_LOCALE Struct Reference

A SYSTEM_LOCALE holding details about a locale. More...

#include <locale.h>

Data Fields

char language [LOCALE_LANGUAGE_LEN]
 
char country [LOCALE_COUNTRY_LEN]
 
DWORD code
 

Detailed Description

A SYSTEM_LOCALE holding details about a locale.

Since
version 3.6.0

Definition at line 253 of file locale.h.

Field Documentation

◆ code

DWORD SYSTEM_LOCALE::code

Definition at line 258 of file locale.h.

◆ country

char SYSTEM_LOCALE::country[LOCALE_COUNTRY_LEN]

Definition at line 256 of file locale.h.

◆ language

char SYSTEM_LOCALE::language[LOCALE_LANGUAGE_LEN]

Definition at line 255 of file locale.h.


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