Manual
EP_CheckupVirtualizationToolsThe EP_CheckupVirtualizationTools function allows checking if the file is started under any of the known Virtualization Tools like VMWare/VirtualBox/VirtualPC. Note that you have to enable the CHECK-UP - Virtualization Tools feature, select the necessary virtualization tools you would like to check and disable the Terminate Execution option. Return ValueThe function returns 1 (true) if the file is started under any virtualization tool or 0 (false) if the function fails. See the Remark section below for the cases of function failure. RemarkThe function fails in the following cases:
DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall BOOL EP_CheckupVirtualizationTools(); Show/Hide Delphi function definition Show/Hide Visual Basic function definition Show/Hide C# (.NET) function definition ExamplesShow/Hide Delphi function example See function examples in the installation folder, Examples\CheckVirtualizationTools subfolder. |