関数: AddressOf

ユーザー定義関数の開始アドレスを取得します。


仕様

AddressOf(NameOfProcedure)

NameOfProcedure
関数の名前を指定します。

戻り値

関数の開始アドレス(関数ポインタ)が返ります。


CreateThread関数