TYPEDESC Struct

Definition

Describes the type of a variable, return type of a function, or the type of a function parameter.

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

Remarks

For more information, see TYPEDESC 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

lpValue

If the variable is VT_SAFEARRAY or VT_PTR, the lpValue field contains a pointer to a TYPEDESC that specifies the element type.

vt

Indicates the variant type for the item described by this TYPEDESC.

Applies to