VARDESC

A VARDESC structure describes a variable, constant, or data member, and is defined as follows:

typedef struct FARSTRUCT tagVARDESC {

MEMBERID memid;

OLECHAR FAR* lpstrSchema;/* reserved for future use */

union {

/* VAR_PERINSTANCE - the offset of this variable within the instance */

unsigned long oInst;

/* VAR_CONSTpics/OLE00090000.gifthe value of the constant */

VARIANT FAR* lpvarValue;

}UNION_NAME(u);

ELEMDESC elemdescVar;

unsigned short wVarFlags;

VARKIND varkind;

} VARDESC

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples