ReactOS 0.4.17-dev-116-ga4b6fe9
app_asc2str_t Struct Reference
Collaboration diagram for app_asc2str_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 872 of file rtlstr.c.

Member Data Documentation

◆ dest_buf

const char* app_asc2str_t::dest_buf

Definition at line 876 of file rtlstr.c.

◆ dest_buf_size

int app_asc2str_t::dest_buf_size

Definition at line 875 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ dest_Length

int app_asc2str_t::dest_Length

Definition at line 873 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ dest_MaximumLength

int app_asc2str_t::dest_MaximumLength

Definition at line 874 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ res_buf

const char* app_asc2str_t::res_buf

Definition at line 881 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ res_buf_size

int app_asc2str_t::res_buf_size

Definition at line 880 of file rtlstr.c.

◆ res_Length

int app_asc2str_t::res_Length

Definition at line 878 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ res_MaximumLength

int app_asc2str_t::res_MaximumLength

Definition at line 879 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ result

NTSTATUS app_asc2str_t::result

Definition at line 882 of file rtlstr.c.

◆ src

const char* app_asc2str_t::src

Definition at line 877 of file rtlstr.c.


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