AVISaveOptionsFree
The AVISaveOptionsFree
function frees the resources allocated by the AVISaveOptions
LONG AVISaveOptionsFree(
int nStreams, |
|
LPAVICOMPRESSOPTIONS *plpOptions |
|
); |
|
Parameters
nStreams
Count of the AVICOMPRESSOPTIONS
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.
See Also