Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#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);
|