ELEMDESC

An ELEMDESC structure includes the type description and process-transfer information for a variable, a function, or a function parameter. It is defined as follows:

typedef struct tagELEMDESC{

TYPEDESC tdesc; // Type of the element.

IDLDESC idldesc; // Information needed for transferring the

// element between processes.

} ELEMDESC;

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