Home | History | Annotate | Download | only in src

Lines Matching full:process

21 // This class centralizes most of the knowledge related to process execution.
25 // policy rule for process creation
33 // Opens a thread from the child process and returns the handle.
34 // client_info contains the information about the child process,
43 // Opens the process id passed in and returns the duplicated handle to
51 // Opens the token associated with the process and returns the duplicated
55 HANDLE process,
59 // Opens the token associated with the process and returns the duplicated
63 HANDLE process,
69 // 'client_info' : the target process that is making the request.
71 // 'app_name' : The full path of the process to be created.
72 // 'command_line' : The command line passed to the created process.