1 #ifndef MCCCLASS_INTERFACE_DEF_H
2 #define MCCCLASS_INTERFACE_DEF_H
5 ** This file was machine generated by idltool 50.10.
10 #include <exec/types.h>
13 #include <exec/exec.h>
15 #ifndef EXEC_INTERFACES_H
16 #include <exec/interfaces.h>
22 struct InterfaceData Data
;
24 ULONG
APICALL (*Obtain
)(struct MCCClassIFace
*Self
);
25 ULONG
APICALL (*Release
)(struct MCCClassIFace
*Self
);
26 void APICALL (*Expunge
)(struct MCCClassIFace
*Self
);
27 struct Interface
* APICALL (*Clone
)(struct MCCClassIFace
*Self
);
28 ULONG
APICALL (*MCC_Query
)(struct MCCClassIFace
*Self
, LONG which
);
31 #endif /* MCCCLASS_INTERFACE_DEF_H */