Ioctl_Hal_Get_Bootloader_Verinfo - Intermec 700 Series User Manual

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

Advertisement

Chapter
7
Programming

IOCTL_HAL_GET_BOOTLOADER_VERINFO

300
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
S lpInBuf
Should be set to NULL.
S lpInBufSize
Should be set to zero.
S 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
S nOutBufSize
The size of VERSIONINFO in bytes.
S lpBytesReturned
The number of bytes returned to lpOutBuf.
Return Values
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
Current build version number of the
bootstrap loader
"Intel\0";
"PXA250\0"
""
Build time
Build date
700 Series Color Mobile Computer User's Manual

Advertisement

Table of Contents
loading

Table of Contents