3#if __has_include("defs.h")
7#include "safe_winsock.h"
22 bool is_port_enabled (
int portnum,
bool tcp);
23 bool has_port (
int portnum,
bool tcp);
24 bool has_app (
const char* appname);
25 erc add_app (
const char* appname,
const char* filename);
26 erc add_port (
int portnum,
bool tcp,
const char* name);
27 erc set_port (
int portnum,
bool tcp,
bool enable);
30 static void Errors (
errfac& facility);
34 INetFwPolicy* fwpolicy;
35 INetFwProfile* fwprofile;
objects returned as a function result or thrown directly.
Definition errorcode.h:68
An error facility routes a group of errors handled in a similar manner.
Definition errorcode.h:136
Light wrapper for Windows firewall.
Definition firewall.h:16
Definition of erc and erfac classes.