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.

45 lines
529 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. wzcsvc.h
  5. Abstract:
  6. Header file for wzcdlg
  7. Author:
  8. Deonb 27-March-2001
  9. Environment:
  10. User Level: Win32
  11. Revision History:
  12. --*/
  13. # ifdef __cplusplus
  14. extern "C" {
  15. # endif
  16. HRESULT
  17. WZCQueryGUIDNCSState (
  18. IN GUID * pGuidConn,
  19. OUT NETCON_STATUS * pncs
  20. );
  21. VOID
  22. WZCTrayIconReady (
  23. IN const WCHAR * pszUserName
  24. );
  25. # ifdef __cplusplus
  26. }
  27. # endif