pub unsafe extern "C" fn dr_convert_pid_to_handle(
pid: process_id_t,
) -> HANDLEExpand description
Converts a process id to a process handle. \return Process handle if successful; INVALID_HANDLE_VALUE on failure. \note Windows only.
pub unsafe extern "C" fn dr_convert_pid_to_handle(
pid: process_id_t,
) -> HANDLEConverts a process id to a process handle. \return Process handle if successful; INVALID_HANDLE_VALUE on failure. \note Windows only.