windows-nt/Source/XPSP1/NT/ds/adsi/oledsvw/cpdevice.h
2020-09-26 16:20:57 +08:00

19 lines
219 B
C++

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