TYPEATTR Struct

Definition

Contains attributes of a UCOMITypeInfo.

public value class TYPEATTR
public struct TYPEATTR
type TYPEATTR = struct
Public Structure TYPEATTR
Inheritance
TYPEATTR

Remarks

For more information, see TYPEATTR structure.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Fields

cbAlignment

Specifies the byte alignment for an instance of this type.

cbSizeInstance

The size of an instance of this type.

cbSizeVft

The size of this type's virtual method table (VTBL).

cFuncs

Indicates the number of functions on the interface this structure describes.

cImplTypes

Indicates the number of implemented interfaces on the interface this structure describes.

cVars

Indicates the number of variables and data fields on the interface described by this structure.

dwReserved

Reserved for future use.

guid

The GUID of the type information.

idldescType

IDL attributes of the described type.

lcid

Locale of member names and documentation strings.

lpstrSchema

Reserved for future use.

MEMBER_ID_NIL

A constant used with the memidConstructor and memidDestructor fields.

memidConstructor

ID of constructor, or MEMBER_ID_NIL if none.

memidDestructor

ID of destructor, or MEMBER_ID_NIL if none.

tdescAlias

If typekind == TKIND_ALIAS, specifies the type for which this type is an alias.

typekind

A TYPEKIND value describing the type this information describes.

wMajorVerNum

Major version number.

wMinorVerNum

Minor version number.

wTypeFlags

A TYPEFLAGS value describing this information.

Applies to