 |
AssignProcessToJobObject ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Assigns a process to an existing job object. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL AssignProcessToJobObject(
HANDLE hJob,
HANDLE hProcess
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AssignProcessToJobObject IN kernel32;
INTEGER hJob,;
INTEGER hProcess
|
 |
 |
 |
| Parameters: |
 |
hJob
[in] Handle to the job object to which the process will be associated.
hProcess
[in] Handle to the process to associate with the job object. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
| A process can be associated only with a single job. |
 |
 |
| Word Index links for the AssignProcessToJobObject : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-07-28 18:44:30 | | Modified: | 2005-07-28 18:45:58 | Visited in last 7 days: 21 |