ReactOS 0.4.15-dev-7931-gfd331f1
enumtimeformats_context Struct Reference
Collaboration diagram for enumtimeformats_context:

Public Attributes

enum enum_callback_type type
 
union {
   TIMEFMT_ENUMPROCW   callback
 
   TIMEFMT_ENUMPROCEX   callbackex
 
u
 
LCID lcid
 
DWORD flags
 
LPARAM lParam
 
BOOL unicode
 

Detailed Description

Definition at line 2065 of file lcformat.c.

Member Data Documentation

◆ callback

TIMEFMT_ENUMPROCW enumtimeformats_context::callback

Definition at line 2068 of file lcformat.c.

Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().

◆ callbackex

TIMEFMT_ENUMPROCEX enumtimeformats_context::callbackex

Definition at line 2069 of file lcformat.c.

Referenced by NLS_EnumTimeFormats().

◆ flags

DWORD enumtimeformats_context::flags

Definition at line 2072 of file lcformat.c.

Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().

◆ lcid

LCID enumtimeformats_context::lcid

Definition at line 2071 of file lcformat.c.

Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().

◆ lParam

LPARAM enumtimeformats_context::lParam

Definition at line 2073 of file lcformat.c.

Referenced by NLS_EnumTimeFormats().

◆ type

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

◆ unicode

BOOL enumtimeformats_context::unicode

Definition at line 2074 of file lcformat.c.

Referenced by EnumTimeFormatsA(), EnumTimeFormatsW(), and NLS_EnumTimeFormats().


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