Expand Minimize
This topic has not yet been rated - Rate this topic

WTSIsChildSessionsEnabled function

Determines whether child sessions are enabled.

Syntax


BOOL WINAPI WTSIsChildSessionsEnabled(
  _Out_  BOOL *pbEnabled
);

Parameters

pbEnabled [out]

The address of a BOOL variable that receives a nonzero value if child sessions are enabled or zero otherwise.

Return value

Returns nonzero if the function succeeds or zero otherwise.

Remarks

For more information about child sessions, see Child Sessions.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Wtsapi32.h

Library

Wtsapi32.lib

DLL

Wtsapi32.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.