ReactOS 0.4.15-dev-7846-g8ba6c66
awcstring Struct Reference

#include <msipriv.h>

Public Attributes

BOOL unicode
 
union {
   LPCSTR   a
 
   LPCWSTR   w
 
str
 

Detailed Description

Definition at line 747 of file msipriv.h.

Member Data Documentation

◆ a

LPCSTR awcstring::a

Definition at line 750 of file msipriv.h.

◆ 

union { ... } awcstring::str

Referenced by parse_prop().

◆ unicode

BOOL awcstring::unicode

Definition at line 748 of file msipriv.h.

Referenced by parse_prop().

◆ w

LPCWSTR awcstring::w

Definition at line 751 of file msipriv.h.

Referenced by parse_prop().


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