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.

37 lines
902 B

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1991 - 2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ### ### #### ##### ## ## ##### ##### #####
  8. ; ## # ### ## # ## ## ### ### ## ## ## ##
  9. ; ### ## ## ## ## ## ######## ## ## ## ##
  10. ; ### ## ## ## ## ## # ### ## ## ## ##### #####
  11. ; ### ####### ## ## ## # # ## ## ## ## ##
  12. ; # ## ## ## ## # ## ## # ## ## ## ## ## ##
  13. ; ### ## ## #### ##### # ## ## ##### ##### ##
  14. ;
  15. ;Abstract:
  16. ;
  17. ; This header contains the DLL export definitions
  18. ;
  19. ;Author:
  20. ;
  21. ; Wesley Witt (wesw) 1-Oct-2001
  22. ;
  23. ;Environment:
  24. ;
  25. ; User mode only.
  26. ;
  27. ;Notes:
  28. ;
  29. ;--*/
  30. LIBRARY "sacom.dll"
  31. EXPORTS
  32. DllCanUnloadNow PRIVATE
  33. DllGetClassObject PRIVATE
  34. DllRegisterServer PRIVATE
  35. DllUnregisterServer PRIVATE