COMREFERENCEINFO Structure
Visual Studio 2015
The COMREFERENCEINFO structure stores information about a COM object.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | bstrDescription | BSTR containing the friendly name of the TypeLib. |
![]() | bstrPath | BSTR containing the full path to typelib file. |
![]() | dwLibFlags | DWORD containing typelib flags. |
![]() | guidTypeLib | Contains the typelib's GUID. |
![]() | lcidTypelib | Contains the lcid of typelib. |
![]() | wVerMajor | WORD ontaining the typelib's major version number. |
![]() | wVerMinor | WORD containing the typelib's minor version number. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

