AVISaveOptionsFree function (vfw.h)

The AVISaveOptionsFree function frees the resources allocated by the AVISaveOptions function.

Syntax

HRESULT 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 value

Returns AVIERR_OK.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib
DLL Avifil32.dll

See also

AVIFile Functions

AVIFile Functions and Macros