IsVarTypeUnsignedInteger function (propvarutil.h)
Returns whether a VARTYPE is an unsigned integer.
Syntax
BOOL IsVarTypeUnsignedInteger(
[in] VARTYPE vt
);
Parameters
[in] vt
Type: VARTYPE
Specifies the VARTYPE being queried.
Return value
Type: BOOL
Returns TRUE if VARTYPE is an unsigned integer; otherwise, FALSE.
Remarks
This is an inline function, with its source code provided in the header. It is not included in any .dll or .lib file.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | propvarutil.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |