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.

47 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 2001
  6. //
  7. //
  8. // ### ### ##### ##### ##### ###### ### ##### ####
  9. // ## # ### ## ## ## ## ## ## ## ## # ## ## ## #
  10. // ### ## ## ## ## ## ## ## ## ## ### ## ## ##
  11. // ### ## ## ## ## ## ## ##### ## ### ##### ##
  12. // ### ####### ##### ## ## #### ## ### #### ##
  13. // # ## ## ## ## ## ## ## ## ## ## # ## ## ## ## #
  14. // ### ## ## ## ##### ## ## ## ## ### ## ## ####
  15. //
  16. //--------------------------------------------------------------------------
  17. NAME SAPORT.SYS
  18. EXPORTS
  19. DllInitialize PRIVATE
  20. SaPortInitialize
  21. SaPortAllocatePool
  22. SaPortFreePool
  23. SaPortGetVirtualAddress
  24. SaPortRequestDpc
  25. SaPortCompleteRequest
  26. SaPortDebugPrint
  27. SaPortGetOsVersion
  28. SaPortLockPagesForSystem
  29. SaPortReleaseLockedPagesForSystem
  30. SaPortReadNumericRegistryValue
  31. SaPortReadUnicodeStringRegistryValue
  32. SaPortCreateUnicodeStringCat
  33. SaPortCreateUnicodeString
  34. SaPortCopyUnicodeString
  35. SaPortFreeUnicodeString
  36. SaPortSynchronizeExecution
  37. SaPortCreateBasenamedEvent
  38. SaPortReadBinaryRegistryValue
  39. SaPortWriteNumericRegistryValue
  40. SaPortWriteBinaryRegistryValue
  41. SaPortWriteUnicodeStringRegistryValue
  42. SaPortGetRegistryValueInformation
  43. SaPortDeleteRegistryValue
  44. SaPortShutdownSystem