PT-90 Mobile Computer SDK Programming Manual
84
SetStillCaptureSize
To set the image pixel for still picture capture.
DWORD SetStillCaptureSize
{
DWORD
dwImageSize
}
Parameters
dwImageSize
[in] Flags for setting image pixel. This parameterer must be one of the values in the table below.
Value
Image pixel
0
QSXGA (2560*1944)
1
SXGA (1280*960)
Returned Values
If the action succeeds, the returned value is
. If the action fails, possible returned values are
Example
DWORD dwSize;
dwSize = 1;
if(SetStillCaptureSize(dwSize) != E_FUNC_SUCCEED)
AfxMessageBox(_T("Set still capture size fail"));
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
sysapiax.h
Link Library:
sysapiax.lib
Link DLL:
sysapiax.dll
Device:
PT90