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
Address of 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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.
  Import Library: Use vfw32.lib.

See Also

AVIFile Functions and Macros Overview, AVIFile Functions, AVISaveOptions, AVICOMPRESSOPTIONS