ELEMDESC structure (oaidl.h)
Contains the type description and process-transfer information for a variable, a function, or a function parameter.
Syntax
typedef struct tagELEMDESC {
TYPEDESC tdesc;
union {
IDLDESC idldesc;
PARAMDESC paramdesc;
} DUMMYUNIONNAME;
} ELEMDESC, *LPELEMDESC;
Members
tdesc
The type of the element.
DUMMYUNIONNAME
DUMMYUNIONNAME.idldesc
DUMMYUNIONNAME.paramdesc
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | oaidl.h |