IIRSquirt::Transfer
This method transfers data.
Syntax
HRESULT Transfer ( IfmManage *pFrmMgr, WORD wNum, CEOID *rgOID);
Parameters
- pFrmMgr
- Pointer to the form manager.
- wNum
- WORD that contains the number of object identifiers to send. To receive data, set wNum to 0.
- rgOID
- An array containing the object identifiers to send.
Return Values
NOERROR indicates success. STG_E_MEDIUMFULL indicates insufficient object store space.