windows-nt/Source/XPSP1/NT/printscan/print/spooler/inetpp2/server/iecon.hxx

19 lines
333 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _IECON_HXX
#define _IECON_HXX
#include "anycon.hxx"
class CIEConnection :public CAnyConnection {
public:
CIEConnection (
BOOL bSecure,
INTERNET_PORT nServerPort);
virtual BOOL SendRequest(
HINTERNET hReq,
LPCTSTR lpszHdr,
CStream *pStream);
};
#endif