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:
Definition
extern "C" __declspec( dllimport ) __stdcall BOOL EP_CheckupVirtualizationTools();
Examples
See function examples in the installation folder, Examples\CheckVirtualizationTools subfolder. |