Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( WTSSessionStates = map[WTSConnectState]string{ // contains filtered or unexported fields } )
Functions ¶
func WTSCloseServer ¶
func WTSFreeMemoryEx ¶
func WTSFreeMemoryEx(class WTSTypeClass, pMemory uintptr, numberOfEntries uint32) error
Types ¶
type WTSConnectState ¶
type WTSConnectState uint32
type WTSSession ¶
type WTSSession struct { ExecEnvID uint32 State WTSConnectState SessionID uint32 SessionName string HostName string UserName string DomainName string FarmName string }
func WTSEnumerateSessionsEx ¶
type WTSTypeClass ¶
type WTSTypeClass int
const ( WTSTypeProcessInfoLevel0 WTSTypeClass = iota WTSTypeProcessInfoLevel1 WTSTypeSessionInfoLevel1 )
The valid values for the WTSTypeClass enumeration.
Click to show internal directories.
Click to hide internal directories.