Feedback

  • Contents
 

II3IDInitiator::IsExternal Property

get_IsExternal

Indicates whether or not this initiator is an external initiator.

IDL Function Prototype

HRESULT IsExternal(

   [out, retval] VARIANT_BOOL * InitIsExternal

);

C/C++ Syntax

HRESULT get_IsExternal(VARIANT_BOOL * InitIsExternal);

Parameters

InitIsExternal

True if this initiator is external; False if it is internal.