引数/返り値の型
指定するフラグ 型名
a IDispatch
c unsigined char
d 8byte real
f 4byte real
k IUnknown
h handle (4bytes)
l long (4bytes)
p pointer
s string
t short (2bytes)
u unsigined int
w wide string
呼出規約の種類
指定するフラグ 内容
m Microsoft (bと排他的)
b Borland (mと排他的)
s _stdcall (cと排他的)
c _cdeel (sと排他的)
4 4 byte real value returned in ST(8と排他的)
8 8 byte real value returned in ST(4と排他的)
• デフォルトは「f=ms」
• そのままでも問題なく利用できるので、特に指定のない場合は
省略してもOK