ReactOS 0.4.15-dev-7842-g558ab78
MSVCRT___lc_time_data Struct Reference

#include <msvcrt.h>

Collaboration diagram for MSVCRT___lc_time_data:

Public Attributes

union {
   const char *   str [43]
 
   struct {
      const char *   short_wday [7]
 
      const char *   wday [7]
 
      const char *   short_mon [12]
 
      const char *   mon [12]
 
      const char *   am
 
      const char *   pm
 
      const char *   short_date
 
      const char *   date
 
      const char *   time
 
   }   names
 
str
 
LCID lcid
 
int unk [2]
 
union {
   const MSVCRT_wchar_t *   wstr [43]
 
   struct {
      const MSVCRT_wchar_t *   short_wday [7]
 
      const MSVCRT_wchar_t *   wday [7]
 
      const MSVCRT_wchar_t *   short_mon [12]
 
      const MSVCRT_wchar_t *   mon [12]
 
      const MSVCRT_wchar_t *   am
 
      const MSVCRT_wchar_t *   pm
 
      const MSVCRT_wchar_t *   short_date
 
      const MSVCRT_wchar_t *   date
 
      const MSVCRT_wchar_t *   time
 
   }   names
 
wstr
 
char data [1]
 

Detailed Description

Definition at line 131 of file msvcrt.h.

Member Data Documentation

◆ am [1/2]

const char* MSVCRT___lc_time_data::am

Definition at line 139 of file msvcrt.h.

◆ am [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::am

Definition at line 157 of file msvcrt.h.

◆ data

char MSVCRT___lc_time_data::data[1]

Definition at line 167 of file msvcrt.h.

◆ date [1/2]

const char* MSVCRT___lc_time_data::date

Definition at line 142 of file msvcrt.h.

◆ date [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::date

Definition at line 160 of file msvcrt.h.

◆ lcid

LCID MSVCRT___lc_time_data::lcid

Definition at line 147 of file msvcrt.h.

Referenced by strftime_date(), and strftime_time().

◆ mon [1/2]

const char* MSVCRT___lc_time_data::mon[12]

Definition at line 138 of file msvcrt.h.

◆ mon [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::mon[12]

Definition at line 156 of file msvcrt.h.

◆  [1/2]

struct { ... } MSVCRT___lc_time_data::names

◆  [2/2]

struct { ... } MSVCRT___lc_time_data::names

◆ pm [1/2]

const char* MSVCRT___lc_time_data::pm

Definition at line 140 of file msvcrt.h.

◆ pm [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::pm

Definition at line 158 of file msvcrt.h.

◆ short_date [1/2]

const char* MSVCRT___lc_time_data::short_date

Definition at line 141 of file msvcrt.h.

◆ short_date [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::short_date

Definition at line 159 of file msvcrt.h.

◆ short_mon [1/2]

const char* MSVCRT___lc_time_data::short_mon[12]

Definition at line 137 of file msvcrt.h.

◆ short_mon [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::short_mon[12]

Definition at line 155 of file msvcrt.h.

◆ short_wday [1/2]

const char* MSVCRT___lc_time_data::short_wday[7]

Definition at line 135 of file msvcrt.h.

◆ short_wday [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::short_wday[7]

Definition at line 153 of file msvcrt.h.

◆ str [1/2]

const char* MSVCRT___lc_time_data::str[43]

Definition at line 133 of file msvcrt.h.

Referenced by _Strftime(), strftime_date(), and strftime_time().

◆  [2/2]

union { ... } MSVCRT___lc_time_data::str

◆ time [1/2]

const char* MSVCRT___lc_time_data::time

Definition at line 143 of file msvcrt.h.

◆ time [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::time

Definition at line 161 of file msvcrt.h.

◆ unk

int MSVCRT___lc_time_data::unk[2]

Definition at line 149 of file msvcrt.h.

◆ wday [1/2]

const char* MSVCRT___lc_time_data::wday[7]

Definition at line 136 of file msvcrt.h.

◆ wday [2/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::wday[7]

Definition at line 154 of file msvcrt.h.

◆ wstr [1/2]

const MSVCRT_wchar_t* MSVCRT___lc_time_data::wstr[43]

Definition at line 151 of file msvcrt.h.

◆  [2/2]

union { ... } MSVCRT___lc_time_data::wstr

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