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.

49 lines
523 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. accslib.h
  5. Abstract:
  6. Proto type definitions for access product lib functions.
  7. Author:
  8. Madan Appiah (madana) 11-Oct-1995
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _DLLINIT_
  14. #define _DLLINIT_
  15. DWORD
  16. DllProcessAttachDomainFilter(
  17. VOID
  18. );
  19. DWORD
  20. DllProcessDetachDomainFilter(
  21. VOID
  22. );
  23. DWORD
  24. DllProcessAttachDiskCache(
  25. VOID
  26. );
  27. DWORD
  28. DllProcessDetachDiskCache(
  29. VOID
  30. );
  31. #endif _DLLINIT_
  32.