例
#x = dllfunc( "GetCurrentTab"); message dllfuncstr("GetTabTitle", #x); message str(dllfunc("GetTabIcon", #x)); message str(dllfunc("GetTabFlag", #x)); #n = dllfunc("SetTabTitle", #x, "あいう"); #n = dllfunc("SetTabIcon", #x, 10); #n = dllfunc("SetTabFlag", #x, dllfunc("GetTabFlag", #x) | 1);