DSAFEARRAY.SetRecordInfomethod
Sets the IRecordInfo interface of the UDT contained in a given safe array.
Syntax
FUNCTION SetRecordInfo (BYVAL prinfo AS IRecordInfo PTR) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
prinfo | Pointer to an IRecordInfo interface. |
Return value
S_OK (0) on success or an HRESULT code on failure.
Description
Sets the IRecordInfo interface of the UDT contained in a given safe array.
Reference
- Include file
DSafeArray.inc - Defined in AfxNova/DSafeArray.inc:1142
- Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class