Share via


PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT (Compact 2013)

3/26/2014

This function is a prototype of a function that returns the current input locale identifier.

Syntax

typedef HKL (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT)(
  DWORD idThread
);

Parameters

  • idThread
    [in] Set to zero.

Return Value

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

Remarks

This function must be re-entrant because the input system exposes it through the GetKeyboardLayout function and multiple threads can call it.

Requirements

Header

keybddr.h

Library

layoutmanager.lib

See Also

Reference

Keyboard Driver MDD Functions

Other Resources

GetKeyboardLayout