69 lines
1.5 KiB
Modula-2
69 lines
1.5 KiB
Modula-2
|
LIBRARY C2FUNCS
|
|||
|
|
|||
|
EXPORTS
|
|||
|
DLLInit
|
|||
|
; Generic functions
|
|||
|
; C2QueryGeneric
|
|||
|
; C2SetGeneric
|
|||
|
; C2DisplayGeneric
|
|||
|
; File System functions
|
|||
|
C2QueryFileSystems
|
|||
|
C2SetFileSystems
|
|||
|
C2DisplayFileSystems
|
|||
|
; Operating System functions
|
|||
|
C2QueryOpSystems
|
|||
|
C2SetOpSystems
|
|||
|
C2DisplayOpSystems
|
|||
|
; OS/2 Subsystem
|
|||
|
C2QueryOs2ss
|
|||
|
C2SetOs2ss
|
|||
|
C2DisplayOs2ss
|
|||
|
; Posix Subsystem
|
|||
|
C2QueryPosix
|
|||
|
C2SetPosix
|
|||
|
C2DisplayPosix
|
|||
|
; Security Log Wrapping
|
|||
|
C2QuerySecLogWrap
|
|||
|
C2SetSecLogWrap
|
|||
|
C2DisplaySecLogWrap
|
|||
|
; Crash on audit fail setting
|
|||
|
C2QueryCrashAuditFail
|
|||
|
C2SetCrashAuditFail
|
|||
|
C2DisplayCrashAuditFail
|
|||
|
; Logon Message Display
|
|||
|
C2QueryLogonMessage
|
|||
|
C2SetLogonMessage
|
|||
|
C2DisplayLogonMessage
|
|||
|
; Last Username Display
|
|||
|
C2QueryLastUser
|
|||
|
C2SetLastUser
|
|||
|
C2DisplayLastUser
|
|||
|
; Shutdown Button Display
|
|||
|
C2QueryShutDownButton
|
|||
|
C2SetShutDownButton
|
|||
|
C2DisplayShutDownButton
|
|||
|
; Password Length information
|
|||
|
C2QueryPasswordLength
|
|||
|
C2SetPasswordLength
|
|||
|
C2DisplayPasswordLength
|
|||
|
; Guest User account info
|
|||
|
C2QueryGuestAccount
|
|||
|
C2SetGuestAccount
|
|||
|
C2DisplayGuestAccount
|
|||
|
; Network service information
|
|||
|
C2QueryNetworkServices
|
|||
|
C2SetNetworkServices
|
|||
|
C2DisplayNetworkServices
|
|||
|
; Drives and Printer assignment
|
|||
|
C2QueryAssignDrivesAndPrinter
|
|||
|
C2SetAssignDrivesAndPrinter
|
|||
|
C2DisplayAssignDrivesAndPrinter
|
|||
|
; Drive allocation at logon
|
|||
|
C2QueryAllocateDrives
|
|||
|
C2SetAllocateDrives
|
|||
|
C2DisplayAllocateDrives
|
|||
|
; OTher Security Items
|
|||
|
C2QueryOtherItems
|
|||
|
C2SetOtherItems
|
|||
|
C2DisplayOtherItems
|
|||
|
|