COMREFERENCEINFO Struct
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.
The COMREFERENCEINFO structure stores information about a COM object.
public value class COMREFERENCEINFO
struct COMREFERENCEINFO
public struct COMREFERENCEINFO
type COMREFERENCEINFO = struct
Public Structure COMREFERENCEINFO
- Inheritance
-
COMREFERENCEINFO
Fields
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. |