Feedback

  • Contents
 

II3IDTypes::QueryByName Method

Synopsis

Returns a type object specified by the type name in the types collection.

IDL Function Prototype

HRESULT QueryByName(

   [in] BSTR TypeName,

   [out, retval] II3IDType ** theType

);

C/C++ Syntax

HRESULT QueryByName(BSTR TypeName, II3IDType ** theType);

Parameters

TypeName

The type name of the type object to retrieve.

theType

The return value is an II3IDType object.