GetProtection
Returns the number of days (incl. this one) that this version is still active or 0 if no protection is embedded.
In case no days are left and protection is active this call will return -1.
Syntax
// Visual Studio for Windows public: __int64 __declspec(dllexport) __stdcall GetProtection( ); // Linux, OS-X and non-Visual Studio Windows solutions public: int64_t GetProtection( );