GetKeyboardLayoutList method

int GetKeyboardLayoutList(
  1. int nBuff,
  2. Pointer<Pointer<HKL__>> lpList
)

Implementation

int GetKeyboardLayoutList(
  int nBuff,
  ffi.Pointer<ffi.Pointer<HKL__>> lpList,
) {
  return _GetKeyboardLayoutList(
    nBuff,
    lpList,
  );
}