ReactOS 0.4.15-dev-7953-g1f49173
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 831 of file rtlstr.c.

Member Data Documentation

◆ dest_buf

const char* app_asc2str_t::dest_buf

Definition at line 835 of file rtlstr.c.

◆ dest_buf_size

int app_asc2str_t::dest_buf_size

Definition at line 834 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ dest_Length

int app_asc2str_t::dest_Length

Definition at line 832 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ dest_MaximumLength

int app_asc2str_t::dest_MaximumLength

Definition at line 833 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ res_buf

const char* app_asc2str_t::res_buf

Definition at line 840 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ res_buf_size

int app_asc2str_t::res_buf_size

Definition at line 839 of file rtlstr.c.

◆ res_Length

int app_asc2str_t::res_Length

Definition at line 837 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ res_MaximumLength

int app_asc2str_t::res_MaximumLength

Definition at line 838 of file rtlstr.c.

Referenced by test_RtlAppendAsciizToString().

◆ result

NTSTATUS app_asc2str_t::result

Definition at line 841 of file rtlstr.c.

◆ src

const char* app_asc2str_t::src

Definition at line 836 of file rtlstr.c.


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