使用手册
EP_CheckupVirtualizationToolsEP_CheckupVirtualizationTools allows to check if the file is started under any of the known Virtualization Tools like VMWare/VirtualBox/VirtualPC. Note, you have to enable CHECK-UP - Virtualization Tools feature, select necessary virtualization tools you would like to check and disable option Terminate Execution. Return ValueFunction returns 1 (true) if the file is started under any virtualization tool or 0 (false) if the function failed. See Remark section below to know the cases when the function fails. 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. |