Setting an Active LAP (Windows CE 5.0)

Send Feedback

The active LAP is specified as the value for ActiveLap under the HKEY_LOCAL_MACHINE\Comm\Security\LASSD\LAP\ registry key. For registry details, see LASS Registry Settings.

Note   Remember that registry settings can only take effect when your application calls LASSReloadConfig or when you reboot your device.

The following code example shows how to set an active LAP. In this example, lap_pw has been designated as the active LAP for the device.

Only one LAP can be the active LAP for a device.

[HKEY_LOCAL_MACHINE\Comm\Security\LASSD\LAP]
   "ActiveLap"="lap_pw"

See Also

Configuring LASS | LASS Registry Settings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.