Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the object's properties and methods.
Syntax
typedef struct tagINTERFACEDATA {
METHODDATA *pmethdata;
UINT cMembers;
} INTERFACEDATA, *LPINTERFACEDATA;
Members
pmethdata
An array of METHODDATA structures.
cMembers
The count of members.
Requirements
| Requirement | Value |
|---|---|
| Header | oleauto.h |