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.
25 lines
808 B
25 lines
808 B
LIBRARY "GPEDIT.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
BrowseForGPO
|
|
CreateGPOLink
|
|
DeleteGPOLink
|
|
DeleteAllGPOLinks
|
|
ImportRSoPData
|
|
ExportRSoPData
|
|
|
|
;;=========================================================================
|
|
;; Internal API's
|
|
;;=========================================================================
|
|
|
|
CreateRSOPQuery @100 NONAME ;Internal
|
|
FreeRSOPQuery @101 NONAME ;Internal
|
|
FreeRSOPQueryResults @102 NONAME ;Internal
|
|
RunRSOPQuery @103 NONAME ;Internal
|
|
SetSysvolSecurityFromDSSecurity @104 NONAME ;Internal
|
|
|
|
|