ITypeLib2.GetTypeInfoOfGuid(Guid, ITypeInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the type description that corresponds to the specified GUID.
public:
void GetTypeInfoOfGuid(Guid % guid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeInfo ^ % ppTInfo);
public void GetTypeInfoOfGuid (ref Guid guid, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo);
abstract member GetTypeInfoOfGuid : Guid * ITypeInfo -> unit
Public Sub GetTypeInfoOfGuid (ByRef guid As Guid, ByRef ppTInfo As ITypeInfo)
Parameters
- guid
- Guid
The Guid, passed by reference, that represents the IID of the CLSID
interface of the class whose type info is requested.
- ppTInfo
- ITypeInfo
When this method returns, contains the requested ITypeInfo
interface. This parameter is passed uninitialized.
Implements
Remarks
For more information, see ITypeLib::GetTypeInfoOfGuid method.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.