Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp SDK Help >> Functions BoxedAppSDK_AttachToProcess
Description
BoxedAppSDK_AttachToProcess injects BoxedApp SDK into a process (hProcess). A virtual environment (virtual file system) is shared between the main process and the process (hProcess). Syntax
[ C++ ]
BOOL __stdcall BoxedAppSDK_AttachToProcess(HANDLE hProcess);
[ Delphi ]
function BoxedAppSDK_AttachToProcess(hProcess: THandle): BOOL; stdcall;
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|