Return values, Example, Remarks – MagTek Excella STX99875340 User Manual

Page 56: Mtmicrcominitialize, Parameters

Advertising
background image

Excella Windows API Specifications

46

Return Values


No value is returned from this function.

Example


MTMICRSetLogLevel(DBGLOG_DLL_INTERNAL | DBGLOG_DLL_XMLDATA);

Remarks


If DLL_INTERNAL level is set, errors from API functions listed in file MTXMLMCR.h are logged.
If DLL_EXTERNAL level is set, errors from DLL functions which are not listed in MTXMLMCR.h are logged.
If DLL_XMLDATA level is set, the contents of XML document sent to device or received from device are logged,
If DLL_IMAGEDATA level is set, the binary data of an image is logged.

MTMICRCOMInitialize


MTMICRCOMInitialize indirectly executed the function CoInitialize() to enable MSXML COM Object to be instantiable.
By default, CoInitialize() is executed when MTXMLMCR.DLL is loaded.

VOID MTMICRCOMInitialize (

void

);

Parameters


NONE

Return Values


No value is returned from this function.

Example


MTMICRCOMInitialize();

Advertising