Manual
EP_CheckupCopiesTotalEP_CheckupCopiesTotal function returns the total number of allowed simultaneously executed copies of the protected application. EP_CheckupCopiesTotal extends the EP_CheckupCopies function. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the total number of allowed executed copies. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
Definition
extern "C" __declspec( dllimport ) __stdcall int EP_CheckupCopiesTotal();
See function examples in the installation folder. |