IJSEvent::ArgumentAsBool Method

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

IDL

[id(0x000000CF)]

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

Parameters

Parameters

Description

[in] VARIANT Index

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

[in] VARIANT_BOOL Value

Boolean value.

[out, retval] IJSEvent** OutRetVal

Returns the parent IJSEvent.

Group

IJSEvent Methods