Dota2Patcher
 
Loading...
Searching...
No Matches
ProcessHandle Class Reference

#include <ProcessHandle.h>

Static Public Member Functions

static DWORD get_PID_by_name (const wchar_t *ProcName)
 
static void open_process_handle (const DWORD processID, const DWORD accessRights)
 
static void close_process_handle ()
 
static bool is_valid_handle ()
 
static DWORD get_last_error ()
 
static HANDLE get_handle ()
 

Member Function Documentation

◆ close_process_handle()

static void ProcessHandle::close_process_handle ( )
inlinestatic

◆ get_handle()

static HANDLE ProcessHandle::get_handle ( )
inlinestatic

◆ get_last_error()

static DWORD ProcessHandle::get_last_error ( )
inlinestatic

◆ get_PID_by_name()

static DWORD ProcessHandle::get_PID_by_name ( const wchar_t *  ProcName)
inlinestatic

◆ is_valid_handle()

static bool ProcessHandle::is_valid_handle ( )
inlinestatic

◆ open_process_handle()

static void ProcessHandle::open_process_handle ( const DWORD  processID,
const DWORD  accessRights 
)
inlinestatic

The documentation for this class was generated from the following file: