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.

26 lines
589 B

  1. //+------------------------------------------------------------
  2. //
  3. // Copyright (C) 1998, Microsoft Corporation
  4. //
  5. // File: aqinit.h
  6. //
  7. // Contents: Declarations of functions shared between aqueue and cat
  8. // to initialize/deinitialize
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History:
  15. // jstamerj 1998/12/16 17:29:49: Created.
  16. //
  17. //-------------------------------------------------------------
  18. //
  19. // Refcounted initialize of exchmem and tracing
  20. //
  21. HRESULT HrDllInitialize();
  22. //
  23. // Refcounted deinitialize of exchmem and tracing
  24. //
  25. VOID DllDeinitialize();