Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VARIANT_BOOL type specifies Boolean values.
This type is declared as follows:
-
typedef short VARIANT_BOOL;
The values MUST be defined as:
Value |
Meaning |
---|---|
VARIANT_TRUE 0xFFFF |
MUST indicate a Boolean value of TRUE. |
VARIANT_FALSE 0x0000 |
MUST indicate a Boolean value of FALSE. |