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.

34 lines
908 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1998.
  5. //
  6. // File: cisvcfrm.hxx
  7. //
  8. // Contents: Entry points for CiService into the framework code.
  9. //
  10. // History: 1-30-97 srikants Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #include <cisvcex.hxx>
  15. #if defined(__cplusplus)
  16. extern "C"
  17. {
  18. #endif
  19. SCODE StopFWCiSvcWork( ECiSvcActionType type,
  20. CReleasableLock * pLock = 0,
  21. CEventSem * pEvt = 0,
  22. WCHAR wcVol = 0 );
  23. SCODE StartFWCiSvcWork( CReleasableLock & lock,
  24. CRequestQueue * pRequestQueue,
  25. CEventSem & evt );
  26. #if defined(__cplusplus)
  27. }
  28. #endif