Getlibraryversion – Argox PT-9130 User Manual

Page 218

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 211

GetLibraryVersion

To Get Library Version information.

int GetLibraryVersion

{

}

Parameters

None

Returned Values

The version information, for example, if the returned value is 301, it means that dll version is 3.01

Example

int nVersion;

CString strTemp;

nVersion = GetLibraryVersion();

strTemp.Format(_T("Version = %d"), nVersion);

AfxMessageBox(strTemp);

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising