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.

36 lines
576 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // aaaahndl.h
  8. //
  9. // Abstract:
  10. //
  11. //
  12. // Revision History:
  13. //
  14. // Thierry Perraut 04/02/1999
  15. //////////////////////////////////////////////////////////////////////////////
  16. #ifndef _AAAAHNDL_H_
  17. #define _AAAAHNDL_H_
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. // FN_HANDLE_CMD HandleAaaaShowServers;
  25. NS_CONTEXT_DUMP_FN AaaaDump;
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif //_AAAAHNDL_H_