Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
333 B

#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