IsVarTypeInteger function (propvarutil.h)
Returns whether a VARTYPE is an integer.
BOOL IsVarTypeInteger(
[in] VARTYPE vt
);
[in] vt
Type: VARTYPE
Specifies the VARTYPE being queried.
Type: BOOL
Returns TRUE if VARTYPE is an integer.
This is an inline function, with its source code provided in the header. It is not included in any .dll or .lib file.
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 |