28 #ifndef GENAPI_IUSERDATA_H 29 #define GENAPI_IUSERDATA_H 34 # pragma warning ( push ) 35 # pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY 40 typedef void* UserData_t;
49 GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IUserData
52 virtual UserData_t GetUserData()
const = 0;
54 virtual UserData_t SetUserData( UserData_t userdata ) = 0;
61 # pragma warning ( pop ) 64 #endif // GENAPI_IUSERDATA_H declspec's to be used for GenApi Windows dll
Definition: ChunkAdapter.h:37