IDebugProperty::GetExtendedInfo
Gets extended information for the property.
Syntax
HRESULT GetExtendedInfo (
ULONG cInfos,
GUID* rgguidExtendedInfo,
VARIANT* pExtendedInfo
);
Parameters
cInfos
[in] Count of extended information objects.
rgguidExtendedInfo
[in] An array of GUID
s is passed so that multiple items of extended info can be retrieved at the same time.
pExtendedInfo
[out] Returns an array of VARIANT
s that can be used to retrieve the extended property information.
Return Value
Returns a valid HRESULT
, typically S_OK
.
Remarks
This interface gets extended info for this object. The API exists only for the purpose of retrieving info that does not lend itself to being retrieved by the use of IDebugProperty::GetPropertyInfo
).