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.
Specifies whether a particular property key exists in the change array.
Syntax
HRESULT IsKeyInArray(
[in] REFPROPERTYKEY key
);
Parameters
[in] key
Type: REFPROPERTYKEY
A reference to the PROPERTYKEY structure of interest.
Return value
Type: HRESULT
Returns S_OK if key is found; otherwise, E_FAIL.
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 |