ReactOS 0.4.15-dev-7958-gcd0bb1a
output_buffer Struct Reference
Collaboration diagram for output_buffer:

Public Attributes

encoded_buffer encoded
 
UINT code_page
 
UINT utf16_total
 
struct list blocks
 
chardata
 
unsigned int allocated
 
unsigned int written
 
UINT codepage
 

Detailed Description

Definition at line 126 of file mxwriter.c.

Member Data Documentation

◆ allocated

unsigned int output_buffer::allocated

Definition at line 54 of file writer.c.

◆ blocks

struct list output_buffer::blocks

Definition at line 131 of file mxwriter.c.

Referenced by close_output_buffer().

◆ code_page

UINT output_buffer::code_page

Definition at line 129 of file mxwriter.c.

Referenced by close_output_buffer().

◆ codepage

UINT output_buffer::codepage

Definition at line 56 of file writer.c.

◆ data

char* output_buffer::data

Definition at line 53 of file writer.c.

◆ encoded

encoded_buffer output_buffer::encoded

Definition at line 128 of file mxwriter.c.

Referenced by close_output_buffer(), and write_data_to_stream().

◆ utf16_total

UINT output_buffer::utf16_total

Definition at line 130 of file mxwriter.c.

Referenced by close_output_buffer().

◆ written

unsigned int output_buffer::written

Definition at line 55 of file writer.c.

Referenced by writeroutput_flush_stream().


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