IAUX_Inst::DecryptString Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DecryptString([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.

See Also

IAUX_Inst