This structure is used to describe a parameter accepted by a method or property.
At a Glance
Header file: | Oleauto.h |
Windows CE versions: | 2.0 and later |
Syntax
typedef struct FARSTRUCT tagPARAMDATA {
OLECHAR FAR *szName;
VARTYPE vtReturn;
} PARAMDATA;
Members
szName
Null-terminated string that contains the parameter name. Names should follow standard conventions for programming language access; that is, no embedded spaces or control characters, and 32 or fewer characters. The name should be localized because each type description provides names for a particular locale.
vt
The VARTYPE that will be used by the receiver. If more than one parameter type is accepted, VT_VARIANT should be specified.