Manual
EP_CryptEncryptBufferEP_CryptEncryptBuffer encrypts a buffer with the defined key. Parameters
Return ValueThe function does not return value. DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall void EP_CryptEncryptBuffer( byte* Buffer, int Size, char* Key); Show/Hide Delphi function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples\CryptBuffer subfolder. |