Share via


PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_NAME (Compact 2013)

3/26/2014

This function is a prototype of a function that retrieves the name of the active input locale identifier.

Syntax

typedef BOOL (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_NAME)(
  WCHAR *pNameBuf
);

Parameters

  • pNameBuf
    [out] Name of the active input locale identifier. The size measured in WCHAR data types must be greater than KL_NAMELENGTH.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

Header

keybddr.h

Library

layoutmanager.lib

See Also

Reference

Keyboard Driver MDD Functions

Other Resources

GetKeyboardLayoutName