windows-nt/Source/XPSP1/NT/net/layer2svc/zeroconf/server/dialog.h
2020-09-26 16:20:57 +08:00

16 lines
500 B
C

#pragma once
#include "intflist.h"
//-----------------------------------------------------------------
// Signaling function to be called from within WZC when a significant
// event happens (i.e. going into the failed state)
DWORD
WzcDlgNotify(
PINTF_CONTEXT pIntfContext,
PWZCDLG_DATA pDlgData);
//-----------------------------------------------------------------
// Called from within WZC when the internal association state changes
WzcNetmanNotify(
PINTF_CONTEXT pIntfContext);