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

Page 48

Advertising
background image

Excella Windows API Specifications

38

Parameters


pcData

Pointer to null terminated string containing a set of key/value pairs.

pcSection

Pointer to null terminated string containing the section name.

pdwKeyCount

When the function returns, this variable contains the number of keys under the section name pcSection present in the
pcData.

Return Values


MICR_ST_OK
MICR_ST_ERR_GET_DOM_POINTER
MICR_ST_ERR_LOAD_XML
MICR_ST_SECTION_NOT_FOUND
MICR_ST_BAD_DATA
MICR_ST_BAD_SECTION_NAME
MICR_ST_BAD_KEY_NAME

Remarks


If the function succeeds MICR_ST_OK is returned.
If pcData is NULL, MICR_ST_BAD_DATA is returned.
If data in pcData string is not in XML format, MICR_ST_ERR_LOAD_XML is returned.
If there is problem using MSXML, MICR_ST_ERR_GET_DOM_POINTER is returned

Advertising