MagTek Excella Windows API99875313 User Manual

Page 27

Advertising
background image

Section 3. Excella API


19

Example

char Settings [4096];
DWORD SettingsBufferSize;

// Initialize Settings

// Initialize the Settings variable first
SettingsBufferSize =4096;

// Set a value of “4” to the key “Number” in section “ImageOptions”and store this new key/value pair in the
buffer” Settings”
dwStatus=MTMICRSetValue(Settings, "ImageOptions","Number","4", & SettingsBufferSize);

Advertising