Intermec 700 Series User Manual page 234

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

Advertisement

SECTION 7
IOCTL_HAL_GET_BOOTLOADER_VERINFO
Returns the HAL version information of the Pocket PC image.
Usage:
Syntax:
Parameters:
Return Values:
#include "oemioctl.h"
BOOL KernelIoControl( IOCTL_HAL_GET_OAL_VERINFO,
LPVOID lpInBuf,
DWORD nInBufSize,
LPVOID lpOutBuf,
DWORD nOutBufSize,
LPDWORD lpBytesReturned );
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:
cboemverinfo
verinfover
sig;
id;
tgtcustomer
tgtplat
tgtplatversion Current build version number of the
tgtcputype[8]; "Intel\0";
tgtcpu
tgtcoreversion ""
date
time
nOutBufSize
The size of VERSIONINFO in bytes.
lpBytesReturned The number of bytes returned to lpOutBuf.
Returns TRUE if function succeeds. Returns FALSE if the function fails.
GetLastError() may be used to get the extended error value.
Sizeof (tagOemVerInfo);
1
"ITC\0"
'B'
""
SeaRay
bootstrap loader
"PXA250\0"
Build time
Build date
700 Series Color Mobile Computer User's Manual
Programming
7-29

Advertisement

Table of Contents
loading

Table of Contents