ReactOS 0.4.16-dev-2320-ge1853c6
hstring_header Struct Reference

Public Attributes

UINT32 flags
 
UINT32 length
 
UINT32 padding1
 
UINT32 padding2
 
const WCHARstr
 

Detailed Description

Definition at line 31 of file string.c.

Member Data Documentation

◆ flags

UINT32 hstring_header::flags

Definition at line 33 of file string.c.

Referenced by test_hstring_struct().

◆ length

UINT32 hstring_header::length

Definition at line 34 of file string.c.

Referenced by test_hstring_struct().

◆ padding1

UINT32 hstring_header::padding1

Definition at line 35 of file string.c.

Referenced by test_hstring_struct().

◆ padding2

UINT32 hstring_header::padding2

Definition at line 36 of file string.c.

Referenced by test_hstring_struct().

◆ str

const WCHAR* hstring_header::str

Definition at line 37 of file string.c.

Referenced by test_hstring_struct().


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