Boolean

Defines a simple Boolean type.

template Boolean
{
    < 537da6a0-ca37-11d0-941c-0080c80cfa7b >
    DWORD truefalse;
} 

Where:

  • truefalse - True for a Boolean, false otherwise.

See also

Templates