Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp SDK Help >> Functions 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;
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|