
17
3.1 SysGetModelName
This function retrieves information about the handheld terminal such as model no. of the terminal,
the OS version and the platform version.
Calling Sequences
[C++]
DWORD SysGetModelName(
DWORD *dwModel,
DWORD *dwVersion,
DWORD *dwPlatform
)
[Visual Basic]
Public Shared Function SysGetModelName( _
ByRef dwModel As Int32, _
ByRef dwVersion As Int32, _
ByRef dwPlatform As Int32 _
) As Int32
[C#]
public static Int32 SysGetModelName(
ref Int32 dwModel,
ref Int32 dwVersion,
ref Int32 dwPlatform
);
Parameters
dwModel
This parameter is for capturing the value of model no. The values and model numbers are
as follows.
IT-3100 : 4
IT-600 : 7
DT-X11 : 8
DT-X7 : 9
DT-X30 Winodws CE : 10
DT-X30 Windows Mobile : 11
IT-800 Windows CE : 12
IT-800 Windows Mobile : 13
IT-300 : 15
DT-X8 : 16
IT-9000 Windows CE : 19
IT-9000 Windows Mobile : 20
dwVersion
This parameter is for retrieving the OS build ID.
Comentarios a estos manuales