RPC HELP TVistaLogin Mode

From VistApedia
Revision as of 02:25, 4 July 2015 by Kdtop (talk | contribs) (Created page with "<h2>Mode Property</h2> Example <h3>Applies to</h3> TVistaLogin class <h3>Declaration</h3> property Mode: [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mode Property

Example

Applies to

TVistaLogin class

Declaration

   property Mode: TloginMode;

Description

The Mode property is available at run-time only. It indicates the mode of Silent Login. The possible values include: lmAVCodes and lmAppHandle.

For a demonstration using the lmAVCodes, please run the lmAVCodes_Demo.EXE located in the ..\BDK32\Samples\SilentSignOn directory.

For a demonstration using the lmAppHandle, please run the lmAppHandle_Demo.EXE located in the ..\BDK32\Samples\SilentSignOn directory.