ReactOS 0.4.15-dev-7953-g1f49173
app_uni2str_t Struct Reference
Collaboration diagram for app_uni2str_t:

Public Attributes

int dest_Length
 
int dest_MaximumLength
 
int dest_buf_size
 
const chardest_buf
 
const charsrc
 
int res_Length
 
int res_MaximumLength
 
int res_buf_size
 
const charres_buf
 
NTSTATUS result
 

Detailed Description

Definition at line 979 of file rtlstr.c.

Member Data Documentation

◆ dest_buf

const char* app_uni2str_t::dest_buf

Definition at line 983 of file rtlstr.c.

◆ dest_buf_size

int app_uni2str_t::dest_buf_size

Definition at line 982 of file rtlstr.c.

Referenced by test_RtlAppendUnicodeToString().

◆ dest_Length

int app_uni2str_t::dest_Length

Definition at line 980 of file rtlstr.c.

Referenced by test_RtlAppendUnicodeToString().

◆ dest_MaximumLength

int app_uni2str_t::dest_MaximumLength

Definition at line 981 of file rtlstr.c.

Referenced by test_RtlAppendUnicodeToString().

◆ res_buf

const char* app_uni2str_t::res_buf

Definition at line 988 of file rtlstr.c.

Referenced by test_RtlAppendUnicodeToString().

◆ res_buf_size

int app_uni2str_t::res_buf_size

Definition at line 987 of file rtlstr.c.

◆ res_Length

int app_uni2str_t::res_Length

Definition at line 985 of file rtlstr.c.

Referenced by test_RtlAppendUnicodeToString().

◆ res_MaximumLength

int app_uni2str_t::res_MaximumLength

Definition at line 986 of file rtlstr.c.

Referenced by test_RtlAppendUnicodeToString().

◆ result

NTSTATUS app_uni2str_t::result

Definition at line 989 of file rtlstr.c.

◆ src

const char* app_uni2str_t::src

Definition at line 984 of file rtlstr.c.


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