Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether a property is canonical according to the definition of the property description.
Syntax
HRESULT IsValueCanonical(
[in] REFPROPVARIANT propvar
);
Parameters
[in] propvar
Type: REFPROPVARIANT
A reference to a PROPVARIANT structure that contains the type and value of the property.
Return value
Type: HRESULT
Returns one of the following values.
| Return code | Description |
|---|---|
|
The value is canonical. |
|
The value is not canonical. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | propsys.h |