IsVariantString function (propvarutil.h)
Specifies whether a variant is a string.
Syntax
BOOL IsVariantString(
[in] REFVARIANT var
);
Parameters
[in] var
Type: REFVARIANT
Reference to the variant being queried.
Return value
Type: BOOL
Returns TRUE if variant is a string.
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 |