SafeArrayGetRecordInfo Function
Retrieves the IRecordInfo Interface of the UDT contained in a given safe array.
HRESULT SafeArrayGetRecordInfo( SAFEARRAY *psa, IRecordInfo **prinfo );
The return value obtained from the returned HRESULT is one of the following.
Return value | Meaning |
|---|---|
S_OK | Success. |
E_INVALIDARG | If psa is null or if the array descriptor does not have the FADF_RECORD flag set. For more information on the FADF_RECORD flag see SAFEARRAY Data Type. |
Show: