DISPPARAMS

Used by IDispatch::Invoke to contain the arguments passed to a method or property. For more information, see the reference page for IDispatch::Invoke later in this chapter.

typedef struct FARSTRUCT tagDISPPARAMS{

VARIANTARG FAR* rgvarg; // Array of arguments

DISPID FAR* rgdispidNamedArgs; // Dispatch IDs of named arguments

unsigned int cArgs; // Number of arguments

unsigned int cNamedArgs; // Number of named arguments

} DISPPARAMS;

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