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.

42 lines
541 B

  1. /*++
  2. Copyright (c) 1990-2002 Microsoft Corporation
  3. Module Name:
  4. TPmgr.hxx
  5. Abstract:
  6. Declaration of functions used for initializing and using the Thread Pool.
  7. Author:
  8. Ali Naqvi (alinaqvi) 3-May-2002
  9. Revision History:
  10. --*/
  11. #ifndef _THREAD_POOL_MGR_HXX_
  12. #define _THREAD_POOL_MGR_HXX_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. HRESULT
  17. InitOpnPrnThreadPool(
  18. VOID
  19. );
  20. VOID
  21. DeleteOpnPrnThreadPool(
  22. VOID
  23. );
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27. #endif // _THREAD_POOL_MGR_HXX_