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