ITypeLib Methods

 

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

NameDescription
System_CAPS_pubmethodGetTypeComp(ITypeComp^)

Retrieves a pointer to the ITypeComp for a type library. This enables a client compiler to bind to the library’s types, variables, constants, and global functions.

System_CAPS_pubmethodGetTypeInfo(UInt32, Type^)

Retrieves the specified type description in the library.

System_CAPS_pubmethodGetTypeInfoOfGuid(Guid, Type^)

Retrieves the type description that corresponds to the specified globally unique identifier (GUID).

System_CAPS_pubmethodGetTypeInfoType(UInt32, tagTYPEKIND)

Retrieves the type of a type description.

System_CAPS_pubmethodLocalReleaseTLibAttr()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoteFindName(String^, UInt32, Type^, Int32, UInt16, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoteGetDocumentation(Int32, UInt32, String^, String^, UInt32, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoteGetLibAttr(IntPtr, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoteGetTypeInfoCount(UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoteIsName(String^, UInt32, Int32, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

Return to top
Show: