Fills a DELTAMAX_DECODE_OPTIONS structure with default values.
void DeltaMAXInitDecodeOptions(DELTAMAX_DECODE_OPTIONS* pOptions);
A pointer to the DELTAMAX_DECODE_OPTIONS structure that you want to fill with default values.
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