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
// // Strong typing definition // int64_t GetProtection( ); // // Weak typing definition // int64_t __declspec(dllexport) __stdcall GetProtection( );