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.

34 lines
585 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // aaaaconfig.h
  8. //
  9. // Abstract:
  10. //
  11. // Author: tperraut 04/99
  12. //
  13. //////////////////////////////////////////////////////////////////////////////
  14. #ifndef _AAAACONFIG_H_
  15. #define _AAAACONFIG_H_
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. FN_HANDLE_CMD HandleAaaaConfigSet;
  23. FN_HANDLE_CMD HandleAaaaConfigShow;
  24. DWORD
  25. AaaaConfigDumpConfig();
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif //_AAAACONFIG_H_