DLL Interface

DeltaMAXInitEncodeOptions

Fills a DELTAMAX_ENCODE_OPTIONS structure with default values.

Syntax

void DeltaMAXInitEncodeOptions(DELTAMAX_ENCODE_OPTIONS* pOptions);

Parameters

pOptions

A pointer to the DELTAMAX_ENCODE_OPTIONS structure that you want to fill with default values.

Remarks

Use this prior to calling DeltaMaxEncode or whenever you want to reset the default encode settings.

Note: This function does not clear the lpszLicensedTo or lpszLicenseKey fields, so you can use it to restore default values without affecting your license key.

See Also: DeltaMAXInitDecodeOptions