ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
enum enum_callback_type | type |
union { | |
TIMEFMT_ENUMPROCW callback | |
TIMEFMT_ENUMPROCEX callbackex | |
} | u |
LCID | lcid |
DWORD | flags |
LPARAM | lParam |
BOOL | unicode |
Definition at line 2065 of file lcformat.c.
TIMEFMT_ENUMPROCW enumtimeformats_context::callback |
Definition at line 2068 of file lcformat.c.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
TIMEFMT_ENUMPROCEX enumtimeformats_context::callbackex |
Definition at line 2069 of file lcformat.c.
Referenced by NLS_EnumTimeFormats().
DWORD enumtimeformats_context::flags |
Definition at line 2072 of file lcformat.c.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
LCID enumtimeformats_context::lcid |
Definition at line 2071 of file lcformat.c.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
LPARAM enumtimeformats_context::lParam |
Definition at line 2073 of file lcformat.c.
Referenced by NLS_EnumTimeFormats().
enum enum_callback_type enumtimeformats_context::type |
Definition at line 2066 of file lcformat.c.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
union { ... } enumtimeformats_context::u |
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
BOOL enumtimeformats_context::unicode |
Definition at line 2074 of file lcformat.c.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().