Files
WindowsXP/printscan/print/spooler/inetpp2/server/anonycon.hxx
2025-04-27 07:49:33 -04:00

22 lines
343 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