COMREFERENCEINFO Struct

Definition

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.

Applies to