CallGlueDeserializeParameters (FUN)
FUNCTION CallGlueDeserializeParameters : RTS_IEC_RESULT
- InOut:
Scope
Name
Type
Comment
Return
CallGlueDeserializeParametersRTS_IEC_RESULTInput
pArgumentBufferPOINTER TO BYTE
buffer where the (not-yet parsed) struct with the arguments is located, the out arguments and result will also be written back to the buffer.
nArgumentBufferSize__XWORDsize of the argument buffer
ITypeDescREFERENCE TO TypeDesc
The TypeDesc of the calleable, it will be used to (de)serialize the parameter struct.
pParsedArgumentsPOINTER TO BYTE
buffer for the parsed struct with the arguments (this is on the stack)
nParsedArgumentSize__XWORDsize of the parsed arguments (for safety checks)