<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Miscellaneous Functions > WLGetVersion |
The WLGetVersion function gets the WinLicense version that the application was protected with.
void WLGetVersion( char* pBuffer); |
function WLGetVersion( pBuffer:PAnsiChar ); stdcall; |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern void WLGetVersion(StringBuilder BufferVersion);
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Sub WLGetVersion(ByRef BufferVersion As String) End Sub |
Parameters
pBuffer
[out] Pointer to a buffer that receives the version number.
Return Values
This function has no return value.