MLIB
|
Light wrapper for Windows firewall. More...
#include <firewall.h>
Public Member Functions | |
bool | is_enabled () |
bool | is_port_enabled (int portnum, bool tcp) |
bool | has_port (int portnum, bool tcp) |
bool | has_app (const char *appname) |
erc | add_app (const char *appname, const char *filename) |
erc | add_port (int portnum, bool tcp, const char *name) |
erc | set_port (int portnum, bool tcp, bool enable) |
Static Public Member Functions | |
static errfac & | Errors () |
static void | Errors (errfac &facility) |
Light wrapper for Windows firewall.