- An application must set the field values in the MTP3GenCfg structure before calling this function. This can be done by calling Mtp3InitGenCfg
, or by setting each field from within the application, or by a combination of the two (calling Mtp3InitGenCfg and then overriding specific fields before passing the MTP3GenCfg structure to this function).
- This function is typically called once by an application to set global values.
- Refer to the MTP3GenCfg structure in the Mtp3InitGenCfg description for more information about its fields and their default values.