|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <msipriv.h>
Public Attributes | |
| BOOL | unicode |
| union { | |
| LPSTR a | |
| LPWSTR w | |
| } | str |
| LPSTR awstring::a |
Definition at line 742 of file msipriv.h.
Referenced by MSI_GetProductInfo(), msi_strcpy_to_awstring(), and MsiEnumComponentQualifiersA().
| union { ... } awstring::str |
| BOOL awstring::unicode |
Definition at line 740 of file msipriv.h.
Referenced by msi_strcpy_to_awstring(), MsiEnumComponentQualifiersA(), and MsiEnumComponentQualifiersW().
| LPWSTR awstring::w |
Definition at line 743 of file msipriv.h.
Referenced by MSI_GetComponentPath(), MSI_GetProductInfo(), msi_strcpy_to_awstring(), and MsiEnumComponentQualifiersW().