RPC HELP TVistaLogin Mode: Difference between revisions

From VistApedia
Jump to navigationJump to search
Created page with "<h2>Mode Property</h2> Example <h3>Applies to</h3> TVistaLogin class <h3>Declaration</h3> property Mode: [..."
 
No edit summary
 
Line 9: Line 9:
<h3>Description</h3>
<h3>Description</h3>
The Mode property is available at run-time only. It indicates the mode of [[RPC_HELP_Silent_Login|Silent Login]]. The possible values include: '''lmAVCodes''' and '''lmAppHandle'''.
The Mode property is available at run-time only. It indicates the mode of [[RPC_HELP_Silent_Login|Silent Login]]. The possible values include:
* '''lmAVCodes'''  
* '''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 '''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.
For a demonstration using the '''lmAppHandle''', please run the lmAppHandle_Demo.EXE located in the ..\BDK32\Samples\SilentSignOn directory.

Latest revision as of 18:36, 8 July 2015

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
  • 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.