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.

31 lines
778 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: N C A C S . H
  7. //
  8. // Contents: Installation support for Admission Control Service
  9. //
  10. // Notes:
  11. //
  12. // Author: RameshPa 02/12/98
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _NCACS_H_
  16. #define _NCACS_H_
  17. #pragma once
  18. #include "netoc.h"
  19. #include "lmaccess.h"
  20. #include "lmjoin.h"
  21. #include "lmerr.h"
  22. #include "lmapibuf.h"
  23. HRESULT HrOcAcsOnInstall(PNETOCDATA pnocd);
  24. HRESULT HrOcExtACS(PNETOCDATA pnocd, UINT uMsg,
  25. WPARAM wParam, LPARAM lParam);
  26. HRESULT HrOcAcsOnQueryChangeSelState(PNETOCDATA pnocd, BOOL fShowUi);
  27. #endif // _NCACS_H_