JsNativeFunction
コールバックシグネチャ
void* JsNativeFunction(
void* callee,
BOOLEAN isConstructCall,
void** arguments,
WORD argumentCount,
void* callbackState
);パラメーター
| フィールド | 型 |
|---|---|
| callee | void* |
| isConstructCall | BOOLEAN |
| arguments | void** |
| argumentCount | WORD |
| callbackState | void* |