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