error = OpenIFF(iff, rwMode);
D0 A0 D0
LONG OpenIFF(struct IFFHandle *, LONG);
Initializes an IFFHandle structure for a new read or write. The direction of the I/O is given by the value of rwMode, which can be either IFFF_READ or IFFF_WRITE.
As part of its initialization procedure, OpenIFF() calls the client- supplied stream hook vector. The IFFStreamCmd packet will contain the following:
- sc_Command
-
IFFCMD_INIT
- sc_Buf
-
(Not applicable)
- sc_NBytes
-
(Not applicable)
This operation is permitted to fail. DO NOT write to this structure.