IPXS_Document::GetStandardStringDecoder Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Document::GetStandardStringDecoder Method}}
 
{{#customTitle:IPXS_Document::GetStandardStringDecoder Method}}
 +
{{#parentPage:PXV:IPXS_Document#Methods|GetStandardStringDecoder|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetStandardStringDecoder([in] ULONG nObjNumber, [in] ULONG nRevNumber, [in] ULONG nKeyLen, [in] UCHAR* pKey, [in] ULONG nVersion, [in] ULONG nRevision, [in] ULONG nMethod, [in] VARIANT_BOOL bOnlyEF, [out, retval] IPXS_pdfStringCoder** pDecoder);</pre>
+
<pre class="brush:cpp;gutter:false">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);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nObjNumber''
+
;nObjNumber
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''nRevNumber''
+
;nRevNumber
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''nKeyLen''
+
;nKeyLen
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''pKey''
+
;pKey
 
:[in]  Pointer to UCHAR.
 
:[in]  Pointer to UCHAR.
;''nVersion''
+
;nVersion
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''nRevision''
+
;nRevision
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''nMethod''
+
;nMethod
:[in]  Value of ULONG.
+
:[in]  Value of [[PXV:PXS_CryptMethod|PXS_CryptMethod]].
;''bOnlyEF''
+
;bOnlyEF
 
:[in]  Value of VARIANT_BOOL.
 
:[in]  Value of VARIANT_BOOL.
;''pDecoder''
+
;pDecoder
 
:[out, retval]  Pointer to [[PXV:IPXS_pdfStringCoder|IPXS_pdfStringCoder]].
 
:[out, retval]  Pointer to [[PXV:IPXS_pdfStringCoder|IPXS_pdfStringCoder]].
  
Line 31: Line 43:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_Document|IPXS_Document]].
+
[[PXV:IPXS_Document|IPXS_Document]]

Latest revision as of 00:41, 23 May 2015


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