ImmGetCompositionStringW method

int ImmGetCompositionStringW(
  1. Pointer<HIMC__> arg0,
  2. int arg1,
  3. Pointer<Void> lpBuf,
  4. int dwBufLen,
)

Implementation

int ImmGetCompositionStringW(
  ffi.Pointer<HIMC__> arg0,
  int arg1,
  ffi.Pointer<ffi.Void> lpBuf,
  int dwBufLen,
) {
  return _ImmGetCompositionStringW(
    arg0,
    arg1,
    lpBuf,
    dwBufLen,
  );
}