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.

15 lines
515 B

  1. #pragma once
  2. #include "intflist.h"
  3. //-----------------------------------------------------------------
  4. // Signaling function to be called from within WZC when a significant
  5. // event happens (i.e. going into the failed state)
  6. DWORD
  7. WzcDlgNotify(
  8. PINTF_CONTEXT pIntfContext,
  9. PWZCDLG_DATA pDlgData);
  10. //-----------------------------------------------------------------
  11. // Called from within WZC when the internal association state changes
  12. WzcNetmanNotify(
  13. PINTF_CONTEXT pIntfContext);