tagTYPEDESC Struct

Definition

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

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

Fields

DUMMYUNIONNAME
vt

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

Applies to