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.

142 lines
6.5 KiB

  1. LIBRARY USERENV
  2. EXPORTS
  3. ; For diagnostic provider
  4. DllGetClassObject PRIVATE
  5. DllCanUnloadNow PRIVATE
  6. DllRegisterServer PRIVATE
  7. DllUnregisterServer PRIVATE
  8. DllInstall PRIVATE
  9. ;
  10. LoadUserProfileA
  11. LoadUserProfileW
  12. UnloadUserProfile
  13. GetProfilesDirectoryA
  14. GetProfilesDirectoryW
  15. GetDefaultUserProfileDirectoryA
  16. GetDefaultUserProfileDirectoryW
  17. GetAllUsersProfileDirectoryA
  18. GetAllUsersProfileDirectoryW
  19. GetUserProfileDirectoryA
  20. GetUserProfileDirectoryW
  21. CreateEnvironmentBlock
  22. DestroyEnvironmentBlock
  23. ExpandEnvironmentStringsForUserA
  24. ExpandEnvironmentStringsForUserW
  25. RefreshPolicy
  26. EnterCriticalPolicySection
  27. LeaveCriticalPolicySection
  28. GetGPOListA
  29. GetGPOListW
  30. FreeGPOListA
  31. FreeGPOListW
  32. RegisterGPNotification
  33. UnregisterGPNotification
  34. ProcessGroupPolicyCompleted
  35. GetProfileType
  36. GetAppliedGPOListA
  37. GetAppliedGPOListW
  38. DeleteProfileW
  39. DeleteProfileA
  40. GenerateRsopPolicy
  41. RefreshPolicyEx
  42. RsopLoggingEnabled
  43. ProcessGroupPolicyCompletedEx
  44. RsopAccessCheckByType
  45. RsopFileAccessCheck
  46. RsopSetPolicySettingStatus
  47. RsopResetPolicySettingStatus
  48. WaitForMachinePolicyForegroundProcessing
  49. WaitForUserPolicyForegroundProcessing
  50. GetPreviousFgPolicyRefreshInfo
  51. GetNextFgPolicyRefreshInfo
  52. ForceSyncFgPolicy
  53. ;;=========================================================================
  54. ;; Internal API's
  55. ;;=========================================================================
  56. InitializeProfiles @100 NONAME ;Internal
  57. CreateGroupA @101 NONAME ;Internal
  58. CreateGroupW @102 NONAME ;Internal
  59. DeleteGroupA @103 NONAME ;Internal
  60. DeleteGroupW @104 NONAME ;Internal
  61. AddItemA @105 NONAME ;Internal
  62. AddItemW @106 NONAME ;Internal
  63. DeleteItemA @107 NONAME ;Internal
  64. DeleteItemW @108 NONAME ;Internal
  65. CreateUserProfileA @109 NONAME ;Internal
  66. CreateUserProfileW @110 NONAME ;Internal
  67. CopyProfileDirectoryA @111 NONAME ;Internal
  68. CopyProfileDirectoryW @112 NONAME ;Internal
  69. AddDesktopItemA @113 NONAME ;Internal
  70. AddDesktopItemW @114 NONAME ;Internal
  71. DeleteDesktopItemA @115 NONAME ;Internal
  72. DeleteDesktopItemW @116 NONAME ;Internal
  73. ShutdownGPOProcessing @117 NONAME ;Internal
  74. InitializeUserProfile @118 NONAME ;Internal
  75. CreateLinkFileA @119 NONAME ;Internal
  76. CreateLinkFileW @120 NONAME ;Internal
  77. DeleteLinkFileA @121 NONAME ;Internal
  78. DeleteLinkFileW @122 NONAME ;Internal
  79. CopyProfileDirectoryExA @123 NONAME ;Internal
  80. CopyProfileDirectoryExW @124 NONAME ;Internal
  81. GetSystemTempDirectoryA @125 NONAME ;Internal
  82. GetSystemTempDirectoryW @126 NONAME ;Internal
  83. MigrateNT4ToNT5 @127 NONAME ;Internal
  84. ResetUserSpecialFolderPaths @128 NONAME ;Internal
  85. ApplySystemPolicyA @129 NONAME ;Internal
  86. ApplySystemPolicyW @130 NONAME ;Internal
  87. ApplyGroupPolicy @131 NONAME ;Internal
  88. PingComputer @135 NONAME ;Internal
  89. CreateGroupExA @136 NONAME ;Internal
  90. CreateGroupExW @137 NONAME ;Internal
  91. CreateLinkFileExA @138 NONAME ;Internal
  92. CreateLinkFileExW @139 NONAME ;Internal
  93. DetermineProfilesLocation @140 NONAME ;Internal
  94. RsopSidsFromToken @141 NONAME ;Internal
  95. GetUserSid @142 NONAME ;Internal
  96. SecureUserProfiles @143 NONAME ;Internal
  97. EnterUserProfileLock @144 NONAME ;Internal
  98. LeaveUserProfileLock @145 NONAME ;Internal
  99. CheckAccessForPolicyGeneration @146 NONAME ;Internal
  100. GetGroupPolicyNetworkName @147 NONAME ;Internal
  101. GetUserAppDataPathA @148 NONAME ;Internal
  102. GetUserAppDataPathW @149 NONAME ;Internal
  103. SignalUserPolicyForegroundProcessingDone @150 NONAME ;Internal
  104. SignalMachinePolicyForegroundProcessingDone @151 NONAME ;Internal
  105. IsSyncForegroundPolicyRefresh @152 NONAME ;Internal
  106. CreateUserProfileExA @153 NONAME ;Internal
  107. CreateUserProfileExW @154 NONAME ;Internal
  108. CopySystemProfile @155 NONAME ;Internal
  109. GetUserProfileDirFromSidA @156 NONAME ;Internal
  110. GetUserProfileDirFromSidW @157 NONAME ;Internal
  111. SetNextFgPolicyRefreshInfo @158 NONAME ;Internal
  112. TranslateNameXForest @159 NONAME ;Internal
  113. ;;=========================================================================
  114. ;; Private Exports used in gpmc infrastructure
  115. ;;=========================================================================
  116. AllocGpContainer @160 NONAME ;Internal
  117. AddGPO @161 NONAME ;Internal
  118. GetWbemServices @162 NONAME ;Internal
  119. FilterGPOs @163 NONAME ;Internal
  120. ProcessMachAndUserGpoList @164 NONAME ;Internal
  121. GPOExceptionFilter @165 NONAME ;Internal
  122. LogExtSessionStatus @166 NONAME ;Internal
  123. UpdateExtSessionStatus @167 NONAME ;Internal
  124. UnloadGPExtensions @168 NONAME ;Internal
  125. FreeGpoInfo @169 NONAME ;Internal
  126. LogSessionData @170 NONAME ;Internal
  127. LogGpoData @171 NONAME ;Internal
  128. ReadGPExtensions @172 NONAME ;Internal
  129. CheckForSkippedExtensions @173 NONAME ;Internal
  130. SetupGPOFilter @174 NONAME ;Internal
  131. CheckXForestLogon @175 NONAME ;Internal