IAUX_Inst::EncryptString2 Method
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT EncryptString2([in] IMemBlock* pCryptKey,
[in] BSTR sValue,
[out, retval] BSTR* sValueOut);
Parameters
- pCryptKey
- [in] Pointer to IMemBlock.
- sValue
- [in] Value of BSTR.
- sValueOut
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.