VARDESC
[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]
変数、定数、またはデータ メンバーを表します。 DBPARAMIO は、次のように定義されています。
typedef struct tagVARDESC {
MEMBERID memid;
OLECHAR FAR* lpstrSchema; // Reserved for future use.
union {
unsigned long oInst; // VAR_PERINSTANCE, the offset of this
// variable within the instance.
VARIANT FAR* lpvarValue; // VAR_CONST, the value of the constant.
} UNION_NAME(u);
ELEMDESC elemdescVar; // Contains the variable type.
unsigned short wVarFlags; // Definition of flags follows
VARKIND varkind;
} VARDESC