ImmAssociateContextEx method
Implementation
int ImmAssociateContextEx(
ffi.Pointer<HWND__> arg0,
ffi.Pointer<HIMC__> arg1,
int arg2,
) {
return (_ImmAssociateContextEx ??= _dylib.lookupFunction<
_c_ImmAssociateContextEx,
_dart_ImmAssociateContextEx>('ImmAssociateContextEx'))(
arg0,
arg1,
arg2,
);
}