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.

81 lines
3.1 KiB

  1. LIBRARY CSCDLL
  2. SECTIONS
  3. .REINTSHARED READ WRITE
  4. EXPORTS
  5. MprServiceProc @1
  6. ReInt_WndProc @2
  7. LogonHappened @3
  8. LogoffHappened @4
  9. Update @5
  10. RefreshConnections @6
  11. BreakConnections @7
  12. CheckCSC @8
  13. CSCIsCSCEnabled @9
  14. CSCFindClose @10
  15. CSCSetMaxSpace @11
  16. CSCFreeSpace @12
  17. CheckCSCEx @13
  18. CSCDoEnableDisable @14
  19. CSCPinFileA @20
  20. CSCUnpinFileA @21
  21. CSCQueryFileStatusA @22
  22. CSCFindFirstFileA @23
  23. CSCFindNextFileA @24
  24. CSCDeleteA @25
  25. CSCFillSparseFilesA @26
  26. CSCMergeShareA @27
  27. CSCCopyReplicaA @28
  28. CSCEnumForStatsA @29
  29. CSCIsServerOfflineA @30
  30. CSCGetSpaceUsageA @31
  31. CSCTransitionServerOnlineA @32
  32. CSCCheckShareOnlineA @33
  33. CSCDoLocalRenameA @34
  34. CSCEnumForStatsExA @35
  35. CSCFindFirstFileForSidA @36
  36. CSCQueryFileStatusExA @37
  37. CSCQueryShareStatusA @38
  38. CSCPurgeUnpinnedFiles @39
  39. CSCPinFileW @40
  40. CSCUnpinFileW @41
  41. CSCQueryFileStatusW @42
  42. CSCFindFirstFileW @43
  43. CSCFindNextFileW @44
  44. CSCDeleteW @45
  45. CSCFillSparseFilesW @46
  46. CSCMergeShareW @47
  47. CSCCopyReplicaW @48
  48. CSCEnumForStatsW @49
  49. CSCIsServerOfflineW @50
  50. CSCGetSpaceUsageW @51
  51. CSCTransitionServerOnlineW @52
  52. CSCCheckShareOnlineW @53
  53. CSCDoLocalRenameW @54
  54. CSCEnumForStatsExW @55
  55. CSCDoLocalRenameExW @56
  56. CSCCheckShareOnlineExW @57
  57. CSCBeginSynchronizationW @58
  58. CSCEndSynchronizationW @59
  59. CSCFindFirstFileForSidW @60
  60. ; CSCEncryptDecryptFileW @61
  61. CSCEncryptDecryptDatabase @62
  62. CSCQueryDatabaseStatus @63
  63. CSCQueryFileStatusExW @64
  64. CSCQueryShareStatusW @65
  65. CSCShareIdToShareName @66
  66. WinlogonLogonEvent @200
  67. WinlogonLogoffEvent @201
  68. WinlogonScreenSaverEvent @202
  69. WinlogonShutdownEvent @203
  70. WinlogonLockEvent @204
  71. WinlogonUnlockEvent @205
  72. WinlogonStartShellEvent @206
  73. WinlogonStartupEvent @207