ReactOS 0.4.15-dev-7906-g1b85a5f
comparestringa_entry Struct Reference
Collaboration diagram for comparestringa_entry:

Public Attributes

LCID lcid
 
DWORD flags
 
const charfirst
 
int first_len
 
const charsecond
 
int second_len
 
int ret
 

Detailed Description

Definition at line 1781 of file locale.c.

Member Data Documentation

◆ first

const char* comparestringa_entry::first

Definition at line 1784 of file locale.c.

◆ first_len

int comparestringa_entry::first_len

Definition at line 1785 of file locale.c.

◆ flags

DWORD comparestringa_entry::flags

Definition at line 1783 of file locale.c.

◆ lcid

LCID comparestringa_entry::lcid

Definition at line 1782 of file locale.c.

Referenced by test_CompareStringA().

◆ ret

int comparestringa_entry::ret

Definition at line 1788 of file locale.c.

◆ second

const char* comparestringa_entry::second

Definition at line 1786 of file locale.c.

◆ second_len

int comparestringa_entry::second_len

Definition at line 1787 of file locale.c.


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