Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
A variable of this data type holds the value of a property, which is of a variant data type.
Quick Info
typedef struct
{
DWORD dwType;
union
{
DWORD dw;
WCHAR *pwsz;
ACCT_BIN bin;
} Val;
} ACCT_VARIANT;
Members
dwType
Type of variant:PT_LONG
PT_UNICODE
PT_BINARY
- dw
DWORD value of variant.
- pwsz
String value of variant.
- bin
Binary value of the variant.