Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp SDK Help >> Functions BoxedAppSDK_ExecuteDotNetApplication
Description
BoxedAppSDK_ExecuteDotNetApplication executes a .net application. You can specify a virtual file as a path of a .net application. BoxedAppSDK_ExecuteDotNetApplication returns an exit code of the process. Syntax
[ C++ ]
DWORD __stdcall BoxedAppSDK_ExecuteDotNetApplication(LPCTSTR szPath, LPCTSTR szArgs);
[ Delphi ]
function BoxedAppSDK_ExecuteDotNetApplication(szPath: PAnsiChar; szArgs: PAnsiChar): DWORD;
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|