This function deletes a compound-file table of contents (CTOC) entry from an open RIFF compound file.

#define INCL_MMIOOS2
#include <os2.h>

HMMCF           hmmcf;         /*  RIFF file handle. */
PMMCTOCENTRY    pmmctocentry;  /*  Pointer to MMCTOCENTRY data structure. */
ULONG           ulFlags;       /*  Reserved. */
ULONG           rc;            /*  Return codes. */

rc = mmioCFDeleteEntry(hmmcf, pmmctocentry,
       ulFlags);


[Back] [Next]