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.

30 lines
756 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. //
  6. // File: context.c
  7. //
  8. // Abstract:
  9. //
  10. // Mechanisms to process contexts relevant to aaaamontr.
  11. //
  12. // Revision:
  13. //
  14. // Thierry Perraut 04/02/1999
  15. //
  16. //////////////////////////////////////////////////////////////////////////////
  17. #include "stdafx.h"
  18. #include "context.h"
  19. //////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Installs all of the sub contexts provided
  22. // in this .dll (for example, "aaaa ip", "aaaa client", etc.)
  23. //
  24. //////////////////////////////////////////////////////////////////////////////
  25. DWORD
  26. AaaaContextInstallSubContexts()
  27. {
  28. return NO_ERROR;
  29. }