GetKeyboardLayoutList method
Implementation
int GetKeyboardLayoutList(
int nBuff,
ffi.Pointer<ffi.Pointer<HKL__>> lpList,
) {
return (_GetKeyboardLayoutList ??= _dylib.lookupFunction<
_c_GetKeyboardLayoutList,
_dart_GetKeyboardLayoutList>('GetKeyboardLayoutList'))(
nBuff,
lpList,
);
}