- Contents
DesignerCOM API
II3IDInitiators::QueryByName Method
Synopsis
Returns an initiator from the Initiator collection specified by the initiator's name and Module
IDL Function Prototype
HRESULT QueryByName(
[in] BSTR InitiatorName,
[in, optional] BSTR ModuleName,
[out, retval] II3IDInitiator ** theInitiator
);
C/C++ Syntax
HRESULT QueryByName(BSTR InitiatorName, BSTR ModuleName, II3IDInitiator ** theInitiator);
Parameters
- InitiatorName
-
The name of the initiator
- ModuleName
-
ModuleName is an optional string input parameter that identifies the module associated with the named initiator.
- theInitiator
-
The return value is an II3IDInitiator object.