BoxedAppSDK_AttachToProcess
Description
The function attaches the process to the shared virtual environment. Please note that the argument of the function is the handle of the process, and not its id.
Syntax
C++
BOOL __stdcall BoxedAppSDK_AttachToProcess(HANDLE hProcess);
Delphi
function BoxedAppSDK_AttachToProcess(hProcess: THandle): BOOL; stdcall;
Parameters
hProcess
The handle of the process to attach.