ReactOS 0.4.15-dev-8100-g1887773
app_str2str_t Struct Reference
Collaboration diagram for app_str2str_t:

Public Attributes

int dest_Length
 
int dest_MaximumLength
 
int dest_buf_size
 
const chardest_buf
 
int src_Length
 
int src_MaximumLength
 
int src_buf_size
 
const charsrc_buf
 
int res_Length
 
int res_MaximumLength
 
int res_buf_size
 
const charres_buf
 
NTSTATUS result
 

Detailed Description

Definition at line 898 of file rtlstr.c.

Member Data Documentation

◆ dest_buf

const char* app_str2str_t::dest_buf

Definition at line 902 of file rtlstr.c.

◆ dest_buf_size

int app_str2str_t::dest_buf_size

Definition at line 901 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ dest_Length

int app_str2str_t::dest_Length

Definition at line 899 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ dest_MaximumLength

int app_str2str_t::dest_MaximumLength

Definition at line 900 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ res_buf

const char* app_str2str_t::res_buf

Definition at line 910 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ res_buf_size

int app_str2str_t::res_buf_size

Definition at line 909 of file rtlstr.c.

◆ res_Length

int app_str2str_t::res_Length

Definition at line 907 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ res_MaximumLength

int app_str2str_t::res_MaximumLength

Definition at line 908 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ result

NTSTATUS app_str2str_t::result

Definition at line 911 of file rtlstr.c.

◆ src_buf

const char* app_str2str_t::src_buf

Definition at line 906 of file rtlstr.c.

◆ src_buf_size

int app_str2str_t::src_buf_size

Definition at line 905 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ src_Length

int app_str2str_t::src_Length

Definition at line 903 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ src_MaximumLength

int app_str2str_t::src_MaximumLength

Definition at line 904 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().


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