IJSEvent::AddArgument Method

Adds an argument to the Arguments collection.

IDL

[id(0x000000CB)]

HRESULT _stdcall AddArgument([in] BSTR Name, [in] enum IJSDataType DataType, [out, retval] IJSEvent** OutRetVal);

Parameters

Parameters

Description

[in] BSTR Name

Name of argument.

[in] enum IJSDataType DataType

Data type of the argument.

[out, retval] IJSEvent** OutRetVal

Returns the parent IJSEvent.

Group

IJSEvent Methods