Ioctl_Hal_Warmboot; Ioctl_Hal_Coldboot - 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_WARMBOOT

IOCTL_HAL_COLDBOOT

274
Causes the system to perform a warm-boot. The object store is retained.
Usage
#include "oemioctl.h"
Syntax
BOOL KernelIoControl( IOCTL_HAL_WARMBOOT,LPVOID
lpInBuf,DWORD nInBufSize,LPVOID lpOutBuf,DWORD
nOutBufSize,LPDWORD lpBytesReturned );
Parameters
lpInBuf
Should be set to NULL.
lpInBufSize
Should be set to zero.
lpOutBuf
Should be NULL.
nOutBufSize Should be zero.
Return Values
None.
Causes the system to perform a cold-boot. The object store is cleared.
Usage
#include "oemioctl.h"
Syntax
BOOL KernelIoControl( IOCTL_HAL_COLDBOOT,LPVOID
lpInBuf,DWORD nInBufSize,LPVOID lpOutBuf,DWORD
nOutBufSize,LPDWORD lpBytesReturned );
Parameters
lpInBuf
Should be set to NULL.
lpInBufSize
Should be set to zero.
lpOutBuf
Should be NULL.
nOutBufSize Should be zero.
Return Values
None.
700 Series Monochrome Mobile Computer User's Manual

Advertisement

Table of Contents
loading

Table of Contents