ReactOS 0.4.16-dev-2304-g8aed778
enumdateformats_context Struct Reference

#include <lcformat_private.h>

Collaboration diagram for enumdateformats_context:

Public Attributes

enum enum_callback_type type
 
union {
   DATEFMT_ENUMPROCW   callback
 
   DATEFMT_ENUMPROCEXW   callbackex
 
   DATEFMT_ENUMPROCEXEX   callbackexex
 
u
 
LCID lcid
 
DWORD flags
 
LPARAM lParam
 
BOOL unicode
 

Detailed Description

Definition at line 25 of file lcformat_private.h.

Member Data Documentation

◆ callback

DATEFMT_ENUMPROCW enumdateformats_context::callback

Definition at line 28 of file lcformat_private.h.

Referenced by EnumDateFormatsA(), EnumDateFormatsW(), and NLS_EnumDateFormats().

◆ callbackex

DATEFMT_ENUMPROCEXW enumdateformats_context::callbackex

Definition at line 29 of file lcformat_private.h.

Referenced by EnumDateFormatsExA(), EnumDateFormatsExW(), and NLS_EnumDateFormats().

◆ callbackexex

DATEFMT_ENUMPROCEXEX enumdateformats_context::callbackexex

Definition at line 30 of file lcformat_private.h.

Referenced by NLS_EnumDateFormats().

◆ flags

DWORD enumdateformats_context::flags

◆ lcid

LCID enumdateformats_context::lcid

◆ lParam

LPARAM enumdateformats_context::lParam

Definition at line 34 of file lcformat_private.h.

Referenced by NLS_EnumDateFormats().

◆ type

◆ 

union { ... } enumdateformats_context::u

◆ unicode

BOOL enumdateformats_context::unicode

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