AVISaveOptionsFree
The AVISaveOptionsFree function frees the resources allocated by the AVISaveOptions function.
LONG AVISaveOptionsFree(
int nStreams,
LPAVICOMPRESSOPTIONS *plpOptions
);
Parameters
nStreams
Count of the AVICOMPRESSOPTIONS structures referenced in plpOptions.
plpOptions
Pointer to an array of pointers to AVICOMPRESSOPTIONS structures. These structures hold the compression options set by the dialog box. The resources allocated by AVISaveOptions for each of these structures will be freed.
Return Values
Returns AVIERR_OK.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
See Also
AVIFile Functions and Macros, AVIFile Functions, AVISaveOptions, AVICOMPRESSOPTIONS