ImmGetGuideLineW method

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

Implementation

int ImmGetGuideLineW(
  ffi.Pointer<HIMC__> arg0,
  int dwIndex,
  ffi.Pointer<ffi.Uint16> lpBuf,
  int dwBufLen,
) {
  return _ImmGetGuideLineW(
    arg0,
    dwIndex,
    lpBuf,
    dwBufLen,
  );
}