Share via


PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_LIST (Compact 2013)

3/26/2014

This function fills a buffer with a list of available input locale identifier handles.

Syntax

typedef UINT (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_LIST)(
  int nBuf,
  HKL FAR *lpList
);

Parameters

  • nBuf
    [in] Array size. If zero, the required size is returned.
  • lpList
    [out] Array of input locale identifiers.

Return Value

If successful, this function returns the count of input locale identifiers copied into lpList. Otherwise, it returns zero.

Remarks

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

Requirements

Header

keybddr.h

Library

layoutmanager.lib

See Also

Reference

Keyboard Driver MDD Functions

Other Resources

GetKeyboardLayoutList