Mtmicrsetconfigfile, Parameters, Return values – MagTek Excella STX99875340 User Manual

Page 58: Example, Remark

Advertising
background image

Excella Windows API Specifications

48

MTMICRSetConfigFile


MTMICRSetConfigFile function sets the path and file name of the API configuration file. Default filename is
"MICRDEV.INI".

VOID MTMICRSetConfigFile (

LPSTR lpszFile

);

Parameters


lpszFile

Null terminated string containing full path to the configuration file.

Return Values


NONE

Example


MTMICRSetConfigFile(“c:\myconfig.txt”);

Remark

The file must be verified to be accessible before calling this function. Any opened devices should first have its connection
closed and the MTMICRGetDevice function will need to be recalled to retrieve the new device name list.

Advertising