Skip to main content

dr_convert_pid_to_handle

Function dr_convert_pid_to_handle 

Source
pub unsafe extern "C" fn dr_convert_pid_to_handle(
    pid: process_id_t,
) -> HANDLE
Expand description

Converts a process id to a process handle. \return Process handle if successful; INVALID_HANDLE_VALUE on failure. \note Windows only.