WLBufferDecrypt

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Miscellaneous Functions >

WLBufferDecrypt

The WLBufferDecrypt function decrypts a buffer with a given password.

Click to expand/collapseShow C/C++ function definition
Click to expand/collapseShow Delphi function definition
Click to expand/collapseShow .NET function definition

 

Parameters

 

pBuffer

[in] Pointer to a buffer to decrypt.

 

BufferLength

[in] Size of buffer to decrypt.

 

pPassword

[in] Pointer to a null terminated string with the decryption password.

 

 

Return Values

 

This function has no return values.

 

 

See Also

 

WLBufferCrypt