Ioctl_Hal_Get_Oal_Verinfo - Intermec 700 Series 700 User Manual

Monochrome mobile computer
Hide thumbs Also See for 700 Series 700:
Table of Contents

Advertisement

Chapter
7
Programming

IOCTL_HAL_GET_OAL_VERINFO

272
Returns the HAL version information of the Pocket PC image.
Usage
#include "oemioctl.h"
Syntax
BOOL KernelIoControl( IOCTL_HAL_GET_OAL_VERINFO,LPVOID
lpInBuf,DWORD nInBufSize,LPVOID lpOutBuf,DWORD
nOutBufSize,LPDWORD lpBytesReturned );
Parameters
lpInBuf
Should be set to NULL.
lpInBufSize
Should be set to zero.
lpOutBuf
Must point to a VERSIONINFO structure as defined by
OEMIOCTL.H. The fields should have these values:
S
cboemverinfo
S
verinfover
S
sig;
S
id;
S
tgtcustomer
S
tgtplat
S
tgtplatversion
S
tgtcputype[8];
S
tgtcpu
S
tgtcoreversion
S
date
S
time
nOutBufSize
The size of VERSIONINFO in bytes.
lpBytesReturned Returns sizeof(PVERSIONINFO).
Return Values
Returns TRUE if function succeeds. Returns FALSE if the function fails.
GetLastError() may be used to get the extended error value.
700 Series Monochrome Mobile Computer User's Manual
sizeof (tagOemVerInfo);
1
"ITC\0"
'N'
""
SeaRay
Current build version number
"Intel\0"
"PXA250\0";
""
Build time
Build date

Advertisement

Table of Contents
loading

Table of Contents