NET_FW_ACTION列挙 (icftypes.h)
NET_FW_ACTION列挙型は、ルールまたは既定の設定のアクションを指定します。
構文
typedef enum NET_FW_ACTION_ {
NET_FW_ACTION_BLOCK = 0,
NET_FW_ACTION_ALLOW,
NET_FW_ACTION_MAX
} NET_FW_ACTION;
定数
NET_FW_ACTION_BLOCK 値: 0 トラフィックをブロックします。 |
NET_FW_ACTION_ALLOW トラフィックが許可されます。 |
NET_FW_ACTION_MAX 最大トラフィック数。 |
要件
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | icftypes.h |