Lines Matching refs:HANDLE
38 DWORD AssignProcessToJob(HANDLE process_handle);
40 // Grants access to "handle" to the job. All processes in the job can
41 // subsequently recognize and use the handle.
45 DWORD UserHandleGrantAccess(HANDLE handle);
47 // Revokes ownership to the job handle and returns it. The destructor of the
48 // class won't close the handle when called.
50 HANDLE Detach();
53 // Handle to the job referenced by the object.
54 HANDLE job_handle_;