windows-nt/Source/XPSP1/NT/net/layer2svc/zeroconf/server/dialog.h

16 lines
500 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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);