ImmGetOpenStatus method

int ImmGetOpenStatus(
  1. Pointer<HIMC__> arg0
)

Implementation

int ImmGetOpenStatus(
  ffi.Pointer<HIMC__> arg0,
) {
  return _ImmGetOpenStatus(
    arg0,
  );
}