ImmGetGuideLineA method

int ImmGetGuideLineA(
  1. Pointer<HIMC__> arg0,
  2. int dwIndex,
  3. Pointer<Int8> lpBuf,
  4. int dwBufLen,
)

Implementation

int ImmGetGuideLineA(
  ffi.Pointer<HIMC__> arg0,
  int dwIndex,
  ffi.Pointer<ffi.Int8> lpBuf,
  int dwBufLen,
) {
  return _ImmGetGuideLineA(
    arg0,
    dwIndex,
    lpBuf,
    dwBufLen,
  );
}