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

22 lines
322 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _ANONYCON_HXX
#define _ANONYCON_HXX
#include "anycon.hxx"
class CAnonymousConnection :public CAnyConnection {
public:
CAnonymousConnection (
BOOL bSecure,
INTERNET_PORT nServerPort,
BOOL bIgnoreSecurityDlg);
HINTERNET OpenRequest (
LPTSTR lpszUrl);
};
#endif