| Rev | Line | |
|---|
| [3] | 1 | /* 関数定数 */
|
|---|
| 2 |
|
|---|
| 3 | //データ型変換
|
|---|
| 4 | #define FUNC_CUDBL 0x0210
|
|---|
| 5 | #define FUNC_FIX 0x0211
|
|---|
| 6 |
|
|---|
| 7 | //文字列
|
|---|
| 8 | #define FUNC_LEN 0x031D
|
|---|
| 9 |
|
|---|
| 10 | //メモリ操作
|
|---|
| 11 | #define FUNC_VARPTR 0x0591
|
|---|
| [109] | 12 | #define FUNC_OBJPTR 0x0592
|
|---|
| [3] | 13 |
|
|---|
| 14 | //その他
|
|---|
| [325] | 15 | #define FUNC_ADDRESSOF 0x0619
|
|---|
| 16 | #define FUNC_SIZEOF 0x0620
|
|---|
| 17 | #define FUNC_DELEGATE_DYNAMICMETHOD_CALL 0x0621
|
|---|
| 18 | #define FUNC_DELEGATE_STATICMETHOD_CALL 0x0622
|
|---|
| [359] | 19 | #define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS 0x0623
|
|---|
| 20 | #define FUNC_SYSTEM_GET_NOW_SCOPE_FINALLY_ADDRESS 0x0624
|
|---|
| 21 | #define FUNC_SYSTEM_GET_BP 0x0625
|
|---|
| 22 | #define FUNC_SYSTEM_GET_SP 0x0626
|
|---|
| [431] | 23 | #define FUNC_SYSTEM_GET_COM_VTBL 0x0627
|
|---|
| 24 | #define FUNC_SYSTEM_GET_VTBL_LIST 0x0628
|
|---|
| 25 | #define FUNC_SYSTEM_GET_DEFAULT_CONSTRUCTOR 0x0629
|
|---|
| 26 | #define FUNC_SYSTEM_GET_DESTRUCTOR 0x062A
|
|---|
| [666] | 27 | #define FUNC_CLASS_SIZEOF 0x062B
|
|---|
| [3] | 28 |
|
|---|
| 29 | //ポインタ
|
|---|
| [325] | 30 | #define FUNC_GETDOUBLE 0x0630
|
|---|
| 31 | #define FUNC_GETSINGLE 0x0631
|
|---|
| 32 | #define FUNC_GETQWORD 0x0632
|
|---|
| 33 | #define FUNC_GETDWORD 0x0633
|
|---|
| 34 | #define FUNC_GETWORD 0x0634
|
|---|
| 35 | #define FUNC_GETBYTE 0x0635
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.