windows-nt/Source/XPSP1/NT/termsrv/admtools/c2config/c2funcs/c2funcs.def
2020-09-26 16:20:57 +08:00

69 lines
1.5 KiB
Modula-2
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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