Share via


PFN_LAYOUT_MGR_ACTIVATE_KEYBOARD_LAYOUT (Compact 2013)

3/26/2014

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

See Also

Reference

Keyboard Driver MDD Functions

Other Resources

ActivateKeyboardLayout