IPXS_Document::GetStandardStringDecoder Method

From PDF XChange PDF SDK
Revision as of 00:41, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetStandardStringDecoder([in]           ULONG                  nObjNumber,
                                 [in]           ULONG                  nRevNumber,
                                 [in]           ULONG                  nKeyLen,
                                 [in]           UCHAR*                 pKey,
                                 [in]           ULONG                  nVersion,
                                 [in]           ULONG                  nRevision,
                                 [in]           PXS_CryptMethod        nMethod,
                                 [in]           VARIANT_BOOL           bOnlyEF,
                                 [out, retval]  IPXS_pdfStringCoder**  pDecoder);

Parameters

nObjNumber
[in] Value of ULONG.
nRevNumber
[in] Value of ULONG.
nKeyLen
[in] Value of ULONG.
pKey
[in] Pointer to UCHAR.
nVersion
[in] Value of ULONG.
nRevision
[in] Value of ULONG.
nMethod
[in] Value of PXS_CryptMethod.
bOnlyEF
[in] Value of VARIANT_BOOL.
pDecoder
[out, retval] Pointer to IPXS_pdfStringCoder.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXS_Document