Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the record info in the specified safe array.
Syntax
HRESULT SafeArraySetRecordInfo(
[in] SAFEARRAY *psa,
[in] IRecordInfo *prinfo
);
Parameters
[in] psa
The array descriptor.
[in] prinfo
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |