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.

68 lines
1.5 KiB

  1. LIBRARY C2FUNCS
  2. EXPORTS
  3. DLLInit
  4. ; Generic functions
  5. ; C2QueryGeneric
  6. ; C2SetGeneric
  7. ; C2DisplayGeneric
  8. ; File System functions
  9. C2QueryFileSystems
  10. C2SetFileSystems
  11. C2DisplayFileSystems
  12. ; Operating System functions
  13. C2QueryOpSystems
  14. C2SetOpSystems
  15. C2DisplayOpSystems
  16. ; OS/2 Subsystem
  17. C2QueryOs2ss
  18. C2SetOs2ss
  19. C2DisplayOs2ss
  20. ; Posix Subsystem
  21. C2QueryPosix
  22. C2SetPosix
  23. C2DisplayPosix
  24. ; Security Log Wrapping
  25. C2QuerySecLogWrap
  26. C2SetSecLogWrap
  27. C2DisplaySecLogWrap
  28. ; Crash on audit fail setting
  29. C2QueryCrashAuditFail
  30. C2SetCrashAuditFail
  31. C2DisplayCrashAuditFail
  32. ; Logon Message Display
  33. C2QueryLogonMessage
  34. C2SetLogonMessage
  35. C2DisplayLogonMessage
  36. ; Last Username Display
  37. C2QueryLastUser
  38. C2SetLastUser
  39. C2DisplayLastUser
  40. ; Shutdown Button Display
  41. C2QueryShutDownButton
  42. C2SetShutDownButton
  43. C2DisplayShutDownButton
  44. ; Password Length information
  45. C2QueryPasswordLength
  46. C2SetPasswordLength
  47. C2DisplayPasswordLength
  48. ; Guest User account info
  49. C2QueryGuestAccount
  50. C2SetGuestAccount
  51. C2DisplayGuestAccount
  52. ; Network service information
  53. C2QueryNetworkServices
  54. C2SetNetworkServices
  55. C2DisplayNetworkServices
  56. ; Drives and Printer assignment
  57. C2QueryAssignDrivesAndPrinter
  58. C2SetAssignDrivesAndPrinter
  59. C2DisplayAssignDrivesAndPrinter
  60. ; Drive allocation at logon
  61. C2QueryAllocateDrives
  62. C2SetAllocateDrives
  63. C2DisplayAllocateDrives
  64. ; OTher Security Items
  65. C2QueryOtherItems
  66. C2SetOtherItems
  67. C2DisplayOtherItems
  68.