IJSEvent::ArgumentAsInt Method

Sets the value of an argument with a integer data type.

IDL

[id(0x000000CE)]

HRESULT _stdcall ArgumentAsInt([in] VARIANT Index, [in] long Value, [out, retval] IJSEvent** OutRetVal);

Parameters

Parameters

Description

[in] VARIANT Index

OleVariant. Number or string value identifying the argument by index or name.

[in] long Value

Integer value.

[out, retval] IJSEvent** OutRetVal

Returns the parent IJSEvent.

Group

IJSEvent Methods