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.

31 lines
613 B

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