Online HSP Document Library
varptr の検索結果 [Reset]
リファレンス (1 カテゴリ)
hspint64.dll 6

callback64_getptr
コールバック関数のポインタ(アドレス)を取得します

callback64_new
コールバック関数(64bit)を作成します

cfunc64
外部関数の呼び出し(可変長引数版)

dupptr64
ポインタ(64bit)からクローン変数を作成

libptr64
外部呼出しコマンドの情報アドレス(64bit)を得る

varptr64
変数データのポインタ(64bit)を返す

ドキュメント (0 カテゴリ)

該当するページは見つかりません。

サンプル (1 カテゴリ)
hspint64.dll 27

01_int64.hsp
#include "hsp3_64.as" #include "hspint64.as" int64()
sample\hspint64.dll\01_int64.hsp

02_dim64.hsp
#include "hsp3_64.as" #include "hspint64.as" dim64 int64型の配列変数を作成します dim64
sample\hspint64.dll\02_dim64.hsp

03_qpeek、qpoke.hsp
#include "hsp3_64.as" #include "hspint64.as" qpeek、qpoke
sample\hspint64.dll\03_qpeek、qpoke.hsp

04_varptr64.hsp
#include "hsp3_64.as" #include "hspint64.as" #uselib "user32.dll" #func
sample\hspint64.dll\04_varptr64.hsp

05_dupptr64.hsp
#include "hsp3_64.as" #include "hspint64.as" dupptr64
sample\hspint64.dll\05_dupptr64.hsp

06_libptr64.hsp
#include "hsp3_64.as" #include "hspint64.as" libptr64
sample\hspint64.dll\06_libptr64.hsp

10_float.hsp
#include "hsp3_64.as" #include "hspint64.as" float float値に変換します。 mes
sample\hspint64.dll\10_float.hsp

11_fdim.hsp
#include "hsp3_64.as" #include "hspint64.as" fdim float型の配列変数を作成します fdim
sample\hspint64.dll\11_fdim.hsp

12_floatとfloatintの違い.hsp
#include "hsp3_64.as" #include "hspint64.as" float for HSP モジュール http:
sample\hspint64.dll\12_floatとfloatintの違い.hsp

20_strw.hsp
#include "hsp3_64.as" #include "hspint64.as" strw Unicode文字列(UTF-16)型に変換
sample\hspint64.dll\20_strw.hsp

21_swdim.hsp
#include "hsp3_64.as" #include "hspint64.as" swdim
sample\hspint64.dll\21_swdim.hsp

22_strwlen.hsp
#include "hsp3_64.as" #include "hspint64.as" strwlen
sample\hspint64.dll\22_strwlen.hsp

23_strwrep.hsp
#include "hsp3_64.as" #include "hspint64.as" strwrep
sample\hspint64.dll\23_strwrep.hsp

24_instrw.hsp
#include "hsp3_64.as" #include "hspint64.as" instrw
sample\hspint64.dll\24_instrw.hsp

25_strwupper.hsp
#include "hsp3_64.as" #include "hspint64.as" strwupper
sample\hspint64.dll\25_strwupper.hsp

26_strwlower.hsp
#include "hsp3_64.as" #include "hspint64.as" strwlower
sample\hspint64.dll\26_strwlower.hsp

27_strwinsert.hsp
#include "hsp3_64.as" #include "hspint64.as" strwinsert
sample\hspint64.dll\27_strwinsert.hsp

28_strwmid.hsp
#include "hsp3_64.as" #include "hspint64.as" strwmid
sample\hspint64.dll\28_strwmid.hsp

29_strwtrim.hsp
#include "hsp3_64.as" #include "hspint64.as" strwtrim
sample\hspint64.dll\29_strwtrim.hsp

30_strwcomp.hsp
#include "hsp3_64.as" #include "hspint64.as" strwcomp
sample\hspint64.dll\30_strwcomp.hsp

31_L(),_T() マクロ.hsp
#include "hsp3_64.as" #include "hspint64.as" _T(), L() マクロ #ifdef
sample\hspint64.dll\31_L(),_T() マクロ.hsp

32_UTF-16文字列操作時注意点.hsp
#include "hsp3_64.as" #include "hspint64.as" - 文字列操作時注意点 - - [ありがちな失敗例]
sample\hspint64.dll\32_UTF-16文字列操作時注意点.hsp

40_callfunc64系.hsp
#include "hsp3_64.as" #include "hspint64.as" #uselib "user32.dll" #func
sample\hspint64.dll\40_callfunc64系.hsp

41_cfunc64系.hsp
#include "hsp3_64.as" #include "hspint64.as" #uselib "user32.dll" #func
sample\hspint64.dll\41_cfunc64系.hsp

42_引数が構造体の値渡しの場合.hsp
#include "hsp3_64.as" #include "hspint64.as" #uselib "user32.dll" #func
sample\hspint64.dll\42_引数が構造体の値渡しの場合.hsp

43_戻り値が構造体の値渡しの場合.hsp
#include "hsp3_64.as" #include "hspint64.as" - 戻り値が構造体の値渡しの場合 -
sample\hspint64.dll\43_戻り値が構造体の値渡しの場合.hsp

50_コールバック関数(EnumWindows).hsp
title "EnumWindows() の実験 ※コールバック関数のテスト" コールバック関数作成 EnumWindowsProc =
sample\hspint64.dll\50_コールバック関数(EnumWindows).hsp

[Reset]
Online HSP Document Library