13 #ifndef GENAPI_IDESTROY_H 14 #define GENAPI_IDESTROY_H 19 # pragma warning ( push ) 20 # pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY 34 interface GENAPI_DECL_ABSTRACT
IDestroy 37 virtual void Destroy() = 0;
44 # pragma warning ( pop ) 47 #endif // GENAPI_IDESTROY_H declspec's to be used for GenApi Windows dll
Part of the generic device API.
interface GENAPI_DECL_ABSTRACT IDestroy
Interface to destroy an object.