とやったのですが
#cfunc ImmGetCandidateList "ImmGetCandidateListA" int, int, var, int hIMC = ImmGetContext(objinfo(id, 2)) size = ImmGetCandidateList(hImc, 0, NULL, 0) dim buf,10+size+1 size = ImmGetCandidateList(hImc, 0, buf, size) ImmReleaseContext objinfo(id, 2), hIMC
buf(0),buf(1),buf(2),buf(3),buf(4),buf(5),buf(6)
にはちゃんとした値がはいっていると思うのですがどうやって変換候補を取得するのでしょうか