windows-nt/Source/XPSP1/NT/ds/adsi/oledsvw/cpdevice.h

19 lines
219 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _PRINTDEVICE_H_
#define _PRINTDEVICE_H_
class COleDsPrintDevice: public COleDsObject
{
public:
COleDsPrintDevice( IUnknown* );
COleDsPrintDevice( );
~COleDsPrintDevice( );
public:
};
#endif