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