// HSP 2.61用コード#include "llmod.as"#include "unicode.as"#module#define WM_SETTEXT 0x000C#deffunc objprmW int, valmref p1, 0mref p2, 25_hspobjhandle p1handle = statif handle == 0 : return -1getptr ptr, p2if ptr == 0 : return -2prm = handle, WM_SETTEXT, 0, ptrdllproc "SendMessageW", prm, 4, D_USERreturn#globalin = "abcあいうえお"strlen size, insdim out, size*2+2to_uni out, in, size + 1sdim dummy, 1024objsize 320, 24input dummyobjprmW stat, outstop