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

Public Attributes

int add_nul
 
int source_Length
 
int source_MaximumLength
 
int source_buf_size
 
const charsource_buf
 
int dest_Length
 
int dest_MaximumLength
 
int dest_buf_size
 
const chardest_buf
 
int res_Length
 
int res_MaximumLength
 
int res_buf_size
 
const charres_buf
 
NTSTATUS result
 

Detailed Description

Definition at line 318 of file rtlstr.c.

Member Data Documentation

◆ add_nul

int dupl_ustr_t::add_nul

Definition at line 319 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ dest_buf

const char* dupl_ustr_t::dest_buf

Definition at line 327 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ dest_buf_size

int dupl_ustr_t::dest_buf_size

Definition at line 326 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ dest_Length

int dupl_ustr_t::dest_Length

Definition at line 324 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ dest_MaximumLength

int dupl_ustr_t::dest_MaximumLength

Definition at line 325 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ res_buf

const char* dupl_ustr_t::res_buf

Definition at line 331 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ res_buf_size

int dupl_ustr_t::res_buf_size

Definition at line 330 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ res_Length

int dupl_ustr_t::res_Length

Definition at line 328 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ res_MaximumLength

int dupl_ustr_t::res_MaximumLength

Definition at line 329 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ result

NTSTATUS dupl_ustr_t::result

Definition at line 332 of file rtlstr.c.

◆ source_buf

const char* dupl_ustr_t::source_buf

Definition at line 323 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ source_buf_size

int dupl_ustr_t::source_buf_size

Definition at line 322 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ source_Length

int dupl_ustr_t::source_Length

Definition at line 320 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().

◆ source_MaximumLength

int dupl_ustr_t::source_MaximumLength

Definition at line 321 of file rtlstr.c.

Referenced by test_RtlDuplicateUnicodeString().


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