Feedback

  • Contents
 

II3IDInitiator::IsCommitted Property

get_IsCommitted

Lets you know whether or not this initiator has been committed.

IDL Function Prototype

HRESULT IsCommitted(

   [out, retval] VARIANT_BOOL * InitIsCommitted

);

C/C++ Syntax

HRESULT get_IsCommitted(VARIANT_BOOL * InitIsCommitted);

Parameters

InitIsCommitted

True if the initiator has been committed; otherwise False.