SafeArraySetRecordInfo function (oleauto.h)

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
S_OK
Success.
E_INVALIDARG
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

See also

IRecordInfo