IAUX_Inst::EncryptString2 Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(No difference)
|
Latest revision as of 00:06, 21 August 2019
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.