ImmGetProperty method
Implementation
int ImmGetProperty(
ffi.Pointer<HKL__> arg0,
int arg1,
) {
return (_ImmGetProperty ??=
_dylib.lookupFunction<_c_ImmGetProperty, _dart_ImmGetProperty>(
'ImmGetProperty'))(
arg0,
arg1,
);
}