Ioctl_hal_reboot, Usage, Syntax – Intermec 700 User Manual

Page 287: Parameters, Return values

Advertising
background image

Programming

Chapter 7

263

700 Series Color Mobile Computer User’s Manual

IOCTL_HAL_REBOOT

Causes the system to perform a warm-boot. The object store is retained.

Usage

#include “oemioctl.h”

Syntax

BOOL KernelIoControl( IOCTL_HAL_REBOOT,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.

Advertising