WindowsXP-SP1/ds/adsi/oledsvw/cpdevice.h
2020-09-30 16:53:49 +02:00

19 lines
237 B
C++

#ifndef _PRINTDEVICE_H_
#define _PRINTDEVICE_H_
class COleDsPrintDevice: public COleDsObject
{
public:
COleDsPrintDevice( IUnknown* );
COleDsPrintDevice( );
~COleDsPrintDevice( );
public:
};
#endif