AddBlob
This method adds binary data as an argument.
Syntax
METHOD AddBlob : I_TcArguments
VAR_INPUT
pData : PVOID;
cbData : UINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pData | PVOID | Pointer to the first byte of the binary data. |
cbData | UINT | Length of the binary data in bytes. |