Location: Symbol Reference > Types > TJwProcessList Type
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwProcessList Type
Pascal
TJwProcessList = array of TJwProcessId;

IJwJobObject = interface [IID_IJwJobObject] procedure AssignProcessToJobObject(hProcess : TJwProcessHandle); 

BOOL WINAPI AssignProcessToJobObject(HANDLE hJob, HANDLE hProcess); HANDLE WINAPI CreateJobObject(LPSECURITY_ATTRIBUTES lpJobAttributes,LPCTSTR lpName); HANDLE WINAPI OpenJobObject(DWORD dwDesiredAccess,BOOL bInheritHandles, LPCTSTR lpName); BOOL WINAPI SetInformationJobObject(HANDLE hJob,JOBOBJECTINFOCLASS JobObjectInfoClass, LPVOID lpJobObjectInfo,DWORD cbJobObjectInfoLength); BOOL WINAPI QueryInformationJobObject(HANDLE hJob, JOBOBJECTINFOCLASS JobObjectInfoClass, LPVOID lpJobObjectInfo, DWORD cbJobObjectInfoLength, LPDWORD lpReturnLength); BOOL WINAPI IsProcessInJob(HANDLE ProcessHandle, HANDLE JobHandle, PBOOL Result); BOOL WINAPI TerminateJobObject(HANDLE hJob, UINT uExitCode); 

end;

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!