Source code of Windows XP (NT5)
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.

19 lines
331 B

  1. /*++
  2. Copyright (C) 1999 Microsoft Corporation
  3. --*/
  4. #ifndef _WINSHNDL_H_
  5. #define _WINSHNDL_H_
  6. FN_HANDLE_CMD HandleWinsHelp;
  7. FN_HANDLE_CMD HandleWinsContexts;
  8. FN_HANDLE_CMD HandleWinsDump;
  9. FN_HANDLE_CMD HandleWinsAddServer;
  10. FN_HANDLE_CMD HandleWinsDeleteServer;
  11. FN_HANDLE_CMD HandleWinsShowServer;
  12. #endif //_WINSHNDL_H_