|
ReactOS 0.4.16-dev-2304-g8aed778
|
#include <lcformat_private.h>

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 38 of file lcformat_private.h.
| TIMEFMT_ENUMPROCW enumtimeformats_context::callback |
Definition at line 41 of file lcformat_private.h.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
| TIMEFMT_ENUMPROCEX enumtimeformats_context::callbackex |
Definition at line 42 of file lcformat_private.h.
Referenced by NLS_EnumTimeFormats().
| DWORD enumtimeformats_context::flags |
Definition at line 45 of file lcformat_private.h.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
| LCID enumtimeformats_context::lcid |
Definition at line 44 of file lcformat_private.h.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().
| LPARAM enumtimeformats_context::lParam |
Definition at line 46 of file lcformat_private.h.
Referenced by NLS_EnumTimeFormats().
| enum enum_callback_type enumtimeformats_context::type |
Definition at line 39 of file lcformat_private.h.
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 47 of file lcformat_private.h.
Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().