SafeArraySetRecordInfo function
Sets the record info in the specified safe array.
Syntax
HRESULT SafeArraySetRecordInfo( _In_ SAFEARRAY *psa, _In_ IRecordInfo *prinfo );
Parameters
- psa [in]
-
The array descriptor.
- prinfo [in]
-
The record info.
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 |
|
See also
Show: