MXOMF_SDKPURPOSE type

 

Control parameter to mxOmfCreateOmfSdk()

 

Allows saving creation of import or export components if they are not needed.

MXOMF_SDKPURPOSE_IMPORTEXPORT will probably work fine in most cases. Use the

others only if you need extreme size optimization.

 

See mxOmfCreateOmfSdk()

 

typedef enum

{

  MXOMF_SDKPURPOSE_IMPORT  = 0,

  MXOMF_SDKPURPOSE_EXPORT,       1

  MXOMF_SDKPURPOSE_IMPORTEXPORT  2

} MXOMF_SDKPURPOSE;