abWrite
This function writes fields to a new or existing record.
Syntax
HRESULT abWrite ( CEOID *poid, WORD wNumProp, PCEPROPVAL rgCEPropVal );
Parameters
- poid
- [in] Pointer to the CEOID that contains the object identifier of an existing record to modify, or NULL for a new record.
- wNumProp
- [in] Unsigned 16-bit value that indicates the number of fields to be written.
- rgCEPropVal
- [in] Specifies a CEPROPVAL array that contains the data to be written.
Return Values
NOERROR indicates success. S_FALSE indicates failure.