SafeArrayGetRecordInfo function
Retrieves the IRecordInfo interface of the UDT contained in the specified safe array.
Syntax
HRESULT SafeArrayGetRecordInfo( _In_ SAFEARRAY *psa, _Out_ IRecordInfo **prinfo );
Parameters
- psa [in]
-
An array descriptor created by SafeArrayCreate.
- prinfo [out]
-
The IRecordInfo interface.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The argument psa is null or the array descriptor does not have the FADF_RECORD flag set. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: