Location: Symbol Reference > Structs, Records, Enums > TJwJobUiLimit Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwJobUiLimit Enumeration
Pascal
TJwJobUiLimit = (
  juilHANDLES,
  juilREADCLIPBOARD,
  juilWRITECLIPBOARD,
  juilSYSTEMPARAMETERS,
  juilDISPLAYSETTINGS,
  juilGLOBALATOMS,
  juilDESKTOP,
  juilEXITWINDOWS,
  juilNone
);
Members 
Description 
juilHANDLES 
Prevents the process from using USER handles not owned by a process assigned to the job. 
juilNone 
No limits are applied 

TJwJobUiLimit is used by TJwJobObject class to set or get job user interface limits. Read the MSDN doc on JOBOBJECT_BASIC_UI_RESTRICTIONS.

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!