有任何疑问,请联系我们:china@enigmaprotector.com

帮助

使用手册
附加信息
使用手册

EP_CheckupVirtualizationTools

EP_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 Value

Function 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.

Remark

The function fails in the following cases:

Definition

Show/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

Examples

Show/Hide Delphi function example

See function examples in the installation folder, Examples\CheckVirtualizationTools subfolder.