<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Miscellaneous Functions > WLGetProtectionDate |
The WLGetProtectionDate function gets the date when the application was protected.
void WLGetProtectionDate( SYSTEMTIME* pProtectionDate); |
function WLGetProtectionDate( var pProtectionDate:SYSTEMTIME ); stdcall; |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern void WLGetProtectionDate(SystemTime ProtectionDate);
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Sub WLGetProtectionDate(ProtectionDate As SystemTime) End Sub |
Parameters
pProtectionDate
[out] Pointer to a SYSTEMTIME structure that receives the protection date.
Return Values
This function has no return value.