|
JWSCL Documentation
|
constructor Create(const Name: TJwString; const DesiredAccess: TJwAccessMask; const InheritHandles: Boolean; CompletionKey: Integer; CompletionPort: THandle); overload;
|
Parameters |
Description |
|
const Name: TJwString |
defines the name of the existing job object |
|
const DesiredAccess: TJwAccessMask |
defines the desired access to open the job object |
|
const InheritHandles: Boolean |
defines whether processes created by this process will inherit the handle. Otherwise, the processes do not inherit this handle. |
|
CompletionKey: Integer |
defines an existing completion key to be assigned or used by the opened object. It is used for notifications. |
|
CompletionPort: THandle |
defines an existing completion handle to be assigned or used by the opened object. It is used for notifications. |
Create creates a new job object using an existing job object
|
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!
|