|
BWAPI
|
#include <RemoteProcess.h>
Public Member Functions | |
| RemoteProcess () | |
| ~RemoteProcess () | |
| bool | acquire (RemoteProcessID, bool moreAccess=false) |
| int | exportOwnHandle () |
| void | importHandle (int handle) |
| void | release () |
| HANDLE | getHandle () |
| bool | isValid () |

| bool Util::RemoteProcess::acquire | ( | RemoteProcessID | remoteProcessID, |
| bool | moreAccess = false |
||
| ) |

| void Util::RemoteProcess::importHandle | ( | int | handle | ) |
| bool Util::RemoteProcess::isValid | ( | ) |
| void Util::RemoteProcess::release | ( | ) |


1.7.6.1