Location: Symbol Reference > Structs, Records, Enums > TJwShellExecuteFlag Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwShellExecuteFlag Enumeration
Pascal
TJwShellExecuteFlag = (
  sefNoUi,
  sefIgnoreElevationIfNotAvailable,
  sefFixDirWithRunAs,
  sefNoClosehProcess
);
Members 
Description 
sefNoUi 
does not display GUI elements on errors 
sefIgnoreElevationIfNotAvailable 
does not try to elevate if it is not available In this case verb "open" is used. 
sefFixDirWithRunAs 
On Elevation and a given directory it uses a trick to set the correct path for the target application This is because ShellExecute does not set given directory for the target app. This may lead to a command line window in background 
sefNoClosehProcess 
does not close returned process handle 

TJwShellExecuteFlag controls execution of JwShellExecute

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!