Share via


PFN_LAYOUT_MGR_ACTIVATE_KEYBOARD_LAYOUT (Windows Embedded CE 6.0)

1/6/2010

This function is a prototype of a function that activates an input locale.

Syntax

typedef HKL (*PFN_LAYOUT_MGR_ACTIVATE_KEYBOARD_LAYOUT)(
  HKL hkl,
  UINT Flags
);

Parameters

  • hkl
    [in] Input locale handle.
  • Flags
    [in] Ignored.

Return Value

If successful, this function returns the previous input locale identifier. Otherwise, it returns zero.

Remarks

This function is re-entrant because the input system exposes it through the ActivateKeyboardLayout function and multiple threads can call it.

Requirements

Header keybddr.h
Library layoutmanager.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Keyboard Driver MDD Functions

Concepts

Layout Manager

Other Resources

ActivateKeyboardLayout