ReactOS 0.4.17-dev-116-ga4b6fe9
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 938 of file rtlstr.c.

Member Data Documentation

◆ dest_buf

const char* app_str2str_t::dest_buf

Definition at line 942 of file rtlstr.c.

◆ dest_buf_size

int app_str2str_t::dest_buf_size

Definition at line 941 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ dest_Length

int app_str2str_t::dest_Length

Definition at line 939 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ dest_MaximumLength

int app_str2str_t::dest_MaximumLength

Definition at line 940 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ res_buf

const char* app_str2str_t::res_buf

Definition at line 950 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ res_buf_size

int app_str2str_t::res_buf_size

Definition at line 949 of file rtlstr.c.

◆ res_Length

int app_str2str_t::res_Length

Definition at line 947 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ res_MaximumLength

int app_str2str_t::res_MaximumLength

Definition at line 948 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ result

NTSTATUS app_str2str_t::result

Definition at line 951 of file rtlstr.c.

◆ src_buf

const char* app_str2str_t::src_buf

Definition at line 946 of file rtlstr.c.

◆ src_buf_size

int app_str2str_t::src_buf_size

Definition at line 945 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ src_Length

int app_str2str_t::src_Length

Definition at line 943 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().

◆ src_MaximumLength

int app_str2str_t::src_MaximumLength

Definition at line 944 of file rtlstr.c.

Referenced by test_RtlAppendStringToString().


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