#ifndef SKELETON_INTERFACE_DEF_H #define SKELETON_INTERFACE_DEF_H /* ** This file was machine generated by idltool 51.6. ** Do not edit */ #ifndef EXEC_TYPES_H #include #endif #ifndef EXEC_EXEC_H #include #endif #ifndef EXEC_INTERFACES_H #include #endif struct SkeletonIFace { struct InterfaceData Data; ULONG APICALL (*Obtain)(struct SkeletonIFace *Self); ULONG APICALL (*Release)(struct SkeletonIFace *Self); void APICALL (*Expunge)(struct SkeletonIFace *Self); struct Interface * APICALL (*Clone)(struct SkeletonIFace *Self); }; #endif /* SKELETON_INTERFACE_DEF_H */