unsigned
The unsigned
keyword indicates that the most significant bit of an integer variable
represents a data bit rather than a signed bit. This keyword is optional and
can be used with any of the character and integer types char, wchar_t,
int, long, short, and small.
When you use
the MIDL compiler switch /char
See Also