DLL Interface

DeltaMAXInitDecodeOptions

Fills a DELTAMAX_DECODE_OPTIONS structure with default values.

Syntax

void DeltaMAXInitDecodeOptions(DELTAMAX_DECODE_OPTIONS* pOptions);

Parameters

pOptions

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

Remarks

Use this prior to calling DeltaMaxDecode or whenever you want to reset the default decode 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: DeltaMAXInitEncodeOptions