Location: Symbol Reference > Classes > TJwSecurityWindowStation Class > TJwSecurityWindowStation.Create Constructor
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecurityWindowStation.Create Constructor
Pascal
constructor Create(const sName: TJwString; bInherit: boolean; cDesiredAccess: TJwAccessMask; bCreateOnly: boolean; SecurityDescriptor: TJwSecurityDescriptor); overload;
Parameters 
Description 
const sName: TJwString 
 
bInherit: boolean 
 
cDesiredAccess: TJwAccessMask 
defines winstation access righs  
bCreateOnly: boolean 
(Defines whether the winstation is opened if already exits (FALSE), or simply fails if already exists (true))
 
SecurityDescriptor: TJwSecurityDescriptor 
(Defines which security is set on the new window station. It can be nil. In that case everybody has full access) 

Create creates a new window station. It exists until all handles to it are closed.

Exceptions 
Description 
if a call to CreateWindowStation failed. 
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!