9#if __has_include("defs.h")
13#include "safe_winsock.h"
28 bool is_port_enabled (
int portnum,
bool tcp);
29 bool has_port (
int portnum,
bool tcp);
30 bool has_app (
const char* appname);
31 erc add_app (
const char* appname,
const char* filename);
32 erc add_port (
int portnum,
bool tcp,
const char* name);
33 erc set_port (
int portnum,
bool tcp,
bool enable);
36 static void Errors (
errfac& facility);
40 INetFwPolicy* fwpolicy;
41 INetFwProfile* fwprofile;
objects returned as a function result or thrown directly.
Definition errorcode.h:73
An error facility routes a group of errors handled in a similar manner.
Definition errorcode.h:141
Definition of mlib::erc and mlib::errfac classes.