mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
23 lines
494 B
Modula-2
Executable File
23 lines
494 B
Modula-2
Executable File
LIBRARY wtsapi32.dll BASE=0x7D040000
|
|
EXPORTS
|
|
WTSCloseServer
|
|
WTSDisconnectSession
|
|
WTSEnumerateProcessesA
|
|
WTSEnumerateProcessesW
|
|
WTSEnumerateServersA
|
|
WTSEnumerateServersW
|
|
WTSEnumerateSessionsA
|
|
WTSEnumerateSessionsW
|
|
WTSFreeMemory
|
|
WTSOpenServerA
|
|
WTSOpenServerW
|
|
WTSQuerySessionInformationA
|
|
WTSQuerySessionInformationW
|
|
WTSQueryUserConfigA
|
|
WTSQueryUserConfigW
|
|
WTSQueryUserToken
|
|
WTSRegisterSessionNotification
|
|
WTSTerminateProcess
|
|
WTSUnRegisterSessionNotification
|
|
WTSWaitSystemEvent
|