Presstriggerkey – Argox PT-9130 User Manual

Page 220

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 213

PressTriggerKey

ToTrigger the Scan Key.

DWORD PressTriggerKey

{

BOOL

bPress

}

Parameters

bPress

[in] Flag that indicates whether to Press(TRUE) or Release(FALSE) the scan Trigger Key.

Returned Values

If this action succeeds, the returnedvalue is

E_FUNC_SUCCEED

. If this action fails, the returned value is

E_FUNC_ERROR

.

Remarks

This function is valid only if the scanning device is enabled.

Example

PressTriggerKey(TRUE);

Sleep(1000);

PressTriggerKey(FALSE);

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising