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.

38 lines
673 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. // Copyright (c) 1999 Microsoft Corporation
  3. //
  4. // Module Name:
  5. //
  6. // File: context.h
  7. //
  8. // Abstract:
  9. //
  10. // Definitions for mechanisms to process contexts relevant to
  11. // aaaamontr.
  12. //
  13. // Revision History:
  14. //
  15. // Thierry Perraut 04/02/1999
  16. //
  17. //////////////////////////////////////////////////////////////////////////////
  18. #ifndef _CONTEXT_H_
  19. #define _CONTEXT_H_
  20. #if _MSC_VER > 1000
  21. #pragma once
  22. #endif
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. DWORD
  27. AaaaContextInstallSubContexts(
  28. );
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #endif //_CONTEXT_H_