Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IPropertyStore::GetAt method (propsys.h)

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

See also

IPropertyStore

IPropertyStore::GetValue

IPropertyStore::SetValue


Feedback

Was this page helpful?

Additional resources