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 property key from the property array of an item.
Syntax
HRESULT GetAt(
DWORD iProp,
PROPERTYKEY *pkey
);
Parameters
iProp
The index of the property key in the array of PROPERTYKEY structures. This is a zero-based index.
pkey
TBD
Return value
The IPropertyStore::GetAt method returns a value of S_OK if successful. Otherwise, any other code it returns must be considered to be an error code.
Remarks
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available with Windows Vista and later versions of the Windows operating system. |
| Target Platform | Universal |
| Header | propsys.h |
| Library | Propsys.idl |
| IRQL | All levels |