Desktop Functions: Smart Device Functions:
|
Search Results for "terminal services" in [All]Enums1: SystemMetric
/// This system metric is used in a Terminal Services environment to determine if the current Terminal Server session is
/// You can use terminal services management tools such as Terminal Services Manager (tsadmin.msc) and shadow.exe to
/// This system metric is used in a Terminal Services environment. If the calling process is associated with a Terminal Services
/// client session, the return value is nonzero. If the calling process is associated with the Terminal Services console session,
''' Windows XP (v5.1+) This system metric is used in a Terminal Services environment. If the calling process is associated with a Terminal Services client session the return value is nonzero. If the calling process is associated with the Terminal Server console session the return value is zero. The console session is not necessarily the physical console - see WTSGetActiveConsoleSessionId for more information.
''' Windows XP (v5.1+) This system metric is used in a Terminal Services environment. Its value is nonzero if the current session is remotely controlled; zero otherwise
/// The buffer receives a DWORD value that indicates the Terminal Services session identifier that is associated with the token. wtsapi32The WTSFreeMemory function frees memory allocated by a Terminal Services function.
/// <param name="sessionId">A Terminal Services session identifier. To indicate the session in which the calling application is running
/// <param name="sessionId">A Terminal Services session identifier. To indicate the session in which the calling application is running
/// Terminal Services session currently attached to the physical console.
/// <remarks>It is not necessary that Terminal Services be running for this function to succeed.</remarks>
/// The WTSFreeMemory function frees memory allocated by a Terminal Services function. Constants11: WINERROR
/// Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator. kernel32 |