Feedback

  • Contents
 

II3IDStep::InitNotificationEvent Property

get_InitNotificationEvent

Returns the currently assigned notification event if the step type is an initiator. If the step is not an initiator, an empty string is returned.

IDL Function Prototype

HRESULT InitNotificationEvent(

   [out, retval] BSTR * InitNotifEvent

);

C/C++ Syntax

HRESULT get_InitNotificationEvent(BSTR * InitNotifEvent);

Parameters

InitNotifEvent

Returns the currently assigned notification event if the step is an initiator, or an empty string if the step is not an initiator.


put_InitNotificationEvent

When the step type is an initiator, this sets the notification event on this step.

IDL Function Prototype

HRESULT InitNotificationEvent(

   [in] BSTR InitNotifEvent

);

C/C++ Syntax

HRESULT put_InitNotificationEvent(BSTR InitNotifEvent);

Parameters

InitNotifEvent

The notification event you wish to assign to this initiator step.