ELEMDESC structure
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; }; } ELEMDESC, *LPELEMDESC;
Members
- tdesc
-
The type of the element.
- idldesc
-
The information for remoting the element. This information is for backward compatibility.
- paramdesc
-
The parameter information.
Requirements
|
Header |
|
|---|
Show: