Skip to main content

dr_convert_handle_to_pid

Function dr_convert_handle_to_pid 

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

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