AddBlob

AddBlob 1:

This method adds binary data as an argument.

Syntax

METHOD AddBlob : I_TcArguments
VAR_INPUT
    pData  : PVOID;
    cbData : UINT;
END_VAR

AddBlob 2: Inputs

Name

Type

Description

pData

PVOID

Pointer to the first byte of the binary data.

cbData

UINT

Length of the binary data in bytes.

AddBlob 3: Return value

Name

Type

Description

AddBlob

I_TcArguments

Returns the I_TcArgument pointer again.