void FNC_TblOpGetContractDef(void *ContractBuf, int inContractLen, int *outContractLen);
Syntax Elements
- ContractBuf
- a pointer to a buffer in which the contract context will be copied.
- inContractLen
- the number of bytes allocated for the ContractBuf buffer.
- outContractLen
- the size of the contract function context.