windows-nt/Source/XPSP1/NT/printscan/print/spooler/inetpp2/server/anonycon.hxx
2020-09-26 16:20:57 +08:00

22 lines
322 B
C++

#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