ImmGetCandidateListW method
Implementation
int ImmGetCandidateListW(
ffi.Pointer<HIMC__> arg0,
int deIndex,
ffi.Pointer<LPCANDIDATELIST> lpCandList,
int dwBufLen,
) {
return (_ImmGetCandidateListW ??= _dylib.lookupFunction<
_c_ImmGetCandidateListW,
_dart_ImmGetCandidateListW>('ImmGetCandidateListW'))(
arg0,
deIndex,
lpCandList,
dwBufLen,
);
}