This function retrieves the compound-file table of contents (CTOC) header of an open RIFF compound file.

#define INCL_MMIOOS2
#include <os2.h>

HMMCF        hmmcf;      /*  RIFF file handle. */
PMMCFINFO    pmmcfinfo;  /*  Pointer to MMCFINFO. */
ULONG        cBytes;     /*  Buffer size. */
ULONG        rc;         /*  Return codes. */

rc = mmioCFGetInfo(hmmcf, pmmcfinfo, cBytes);


[Back] [Next]