Argox PT-9130 User Manual

Page 22

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 15

Example

DWORD dwResult, dwValue1, dwValue2;

dwResult = Display_QueryBacklightIntensity(&dwValue1, &dwValue2);

if(dwResult != E_FUNC_SUCCEED)

AfxMessageBox(_T("Display_QueryBacklightIntensity fail"));

else

{

CString strTemp;

strTemp.Format(_T("AC backlight intensity: %d, Battery backlight intensity: %d"), dwValue1,

dwValue2);

AfxMessageBox(strTemp);

}

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising