IITPropList::Get method (infotech.h)
Returns the property object associated with the given property ID.
Syntax
HRESULT Get(
[in] PROPID PropID,
[out, ref] CProperty & Property
);
Parameters
[in] PropID
ID of the property object to get.
[out, ref] Property
The property object returned.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The property was successfully returned. |
|
The requested property does not exist. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |