This function compacts the elements of a RIFF compound file.
#define INCL_MMIOOS2 #include <os2.h> PSZ pszFileName; /* RIFF file name. */ ULONG ulFlags; /* Reserved. */ ULONG rc; /* Return codes. */ rc = mmioCFCompact(pszFileName, ulFlags);