Sha256: e8b9248a246d6264f26e448d125bb914ee62dfd42a8a757ea318ae8d4a578aee
Contents?: true
Size: 889 Bytes
Versions: 8
Compression:
Stored size: 889 Bytes
Contents
windows_targets::link!("licenseprotection.dll" "system" fn RegisterLicenseKeyWithExpiration(licensekey : windows_sys::core::PCWSTR, validityindays : u32, status : *mut LicenseProtectionStatus) -> windows_sys::core::HRESULT); windows_targets::link!("licenseprotection.dll" "system" fn ValidateLicenseKeyProtection(licensekey : windows_sys::core::PCWSTR, notvalidbefore : *mut super::super::Foundation:: FILETIME, notvalidafter : *mut super::super::Foundation:: FILETIME, status : *mut LicenseProtectionStatus) -> windows_sys::core::HRESULT); pub const LicenseKeyAlreadyExists: LicenseProtectionStatus = 4i32; pub const LicenseKeyCorrupted: LicenseProtectionStatus = 3i32; pub const LicenseKeyNotFound: LicenseProtectionStatus = 1i32; pub const LicenseKeyUnprotected: LicenseProtectionStatus = 2i32; pub const Success: LicenseProtectionStatus = 0i32; pub type LicenseProtectionStatus = i32;
Version data entries
8 entries across 8 versions & 1 rubygems