BoxedAppSDK_DetachFromProcess
Description
The function detaches the process from 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_DetachFromProcess(HANDLE hProcess);
Delphi
function BoxedAppSDK_DetachFromProcess(hProcess: THandle): BOOL; stdcall;
Parameters
hProcess
The handle of the process to detach.