WTSIsChildSessionsEnabled function (wtsapi32.h)
Determines whether child sessions are enabled.
C++
BOOL WTSIsChildSessionsEnabled(
[out] PBOOL pbEnabled
);
[out] pbEnabled
The address of a BOOL variable that receives a nonzero value if child sessions are enabled or zero otherwise.
Returns nonzero if the function succeeds or zero otherwise.
For more information about child sessions, see Child Sessions.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | wtsapi32.h |
Library | Wtsapi32.lib |
DLL | Wtsapi32.dll |