AddDWord
This method adds an argument of the type DWORD.
Syntax
METHOD AddDWord : I_TcArguments
VAR_INPUT
value : DWORD;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
value | DWORD | Value to be added. |
This method adds an argument of the type DWORD.
METHOD AddDWord : I_TcArguments
VAR_INPUT
value : DWORD;
END_VAR
Name | Type | Description |
---|---|---|
value | DWORD | Value to be added. |