FWPM_NET_EVENT_CALLBACK0回呼函式 (fwpmu.h)
FWPM_NET_EVENT_CALLBACK0函式可用來將自定義行為新增至 net 事件訂用帳戶程式。
注意FWPM_NET_EVENT_CALLBACK0 是 Windows 7 中使用的FWPM_NET_EVENT_CALLBACK特定實作。 如需詳細資訊 ,請參閱 Version-Independent 名稱和以特定 Windows 版本為目標 。 針對 Windows 8,FWPM_NET_EVENT_CALLBACK1可供使用。
語法
FWPM_NET_EVENT_CALLBACK0 FwpmNetEventCallback0;
void FwpmNetEventCallback0(
[in, out] void *context,
[in] const FWPM_NET_EVENT1 *event
)
{...}
參數
[in, out] context
類型: void*
選擇性的內容指標。 它包含 FwpmNetEventSubscribe0 函式的內容參數值。
[in] event
類型: FWPM_NET_EVENT1*
net 事件資訊。
傳回值
無
備註
呼叫 FwpmNetEventSubscribe0 來註冊此回呼函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | fwpmu.h |