|
JWSCL Documentation
|
TJwCreateProcessParameters = record lpApplicationName: TJwString; lpCommandLine: TJwString; ProcessAttributes: TJwSecurityDescriptor; ThreadAttributes: TJwSecurityDescriptor; bInheritHandles: Boolean; bProcInheritHandles: Boolean; bThreadInheritHandles: Boolean; dwCreationFlags: DWORD; lpCurrentDirectory: TJwString; end;
|
Members |
Description |
|
lpApplicationName: TJwString; |
lpCommandLine defines the application to be run with administrators group |
|
lpCommandLine: TJwString; |
lpCommandLine defines the application to be run with administrators group |
|
ProcessAttributes: TJwSecurityDescriptor; |
ThreadAttributes defines the new process security descriptor |
|
ThreadAttributes: TJwSecurityDescriptor; |
ThreadAttributes defines the new process security descriptor |
|
bInheritHandles: Boolean; |
bInheritHandles defines the handle inheritance of the ProcessAttributes member |
|
bProcInheritHandles: Boolean; |
bInheritHandles defines the handle inheritance of the ProcessAttributes member |
|
bThreadInheritHandles: Boolean; |
bInheritHandles defines the handle inheritance of the ProcessAttributes member |
|
dwCreationFlags: DWORD; |
dwCreationFlags defines creation flags that are delivered to CreateProcess parameter with same name |
|
lpCurrentDirectory: TJwString; |
lpCurrentDirectory defines the start folder of the app. |
TJwCreateProcessParameters contains information supplied to CreateProcessAsUser
|
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!
|