IPXS_Document::GetStandardStreamDecoder Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXS_Document::GetStandardStreamDecoder Method}} | {{#customTitle:IPXS_Document::GetStandardStreamDecoder Method}} | ||
− | {{#parentPage:PXV:IPXS_Document|GetStandardStreamDecoder | + | {{#parentPage:PXV:IPXS_Document#Methods|GetStandardStreamDecoder|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 13: | Line 14: | ||
[in] ULONG nVersion, | [in] ULONG nVersion, | ||
[in] ULONG nRevision, | [in] ULONG nRevision, | ||
− | [in] | + | [in] PXS_CryptMethod nMethod, |
[in] VARIANT_BOOL bEncodeMetadata, | [in] VARIANT_BOOL bEncodeMetadata, | ||
[in] VARIANT_BOOL bOnlyEF, | [in] VARIANT_BOOL bOnlyEF, | ||
Line 30: | Line 31: | ||
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
;nMethod | ;nMethod | ||
− | :[in] Value of | + | :[in] Value of [[PXV:PXS_CryptMethod|PXS_CryptMethod]]. |
;bEncodeMetadata | ;bEncodeMetadata | ||
:[in] Value of VARIANT_BOOL. | :[in] Value of VARIANT_BOOL. | ||
Line 42: | Line 43: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXS_Document|IPXS_Document]] |
Latest revision as of 23:41, 22 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetStandardStreamDecoder([in] PXS_StreamEncoderParamStruct* Params, [in] ULONG nKeyLen, [in] UCHAR* pKey, [in] ULONG nVersion, [in] ULONG nRevision, [in] PXS_CryptMethod nMethod, [in] VARIANT_BOOL bEncodeMetadata, [in] VARIANT_BOOL bOnlyEF, [out, retval] IPXS_pdfStreamCoder** pDecoder);
Parameters
- Params
- [in] Pointer to PXS_StreamEncoderParamStruct.
- 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.
- bEncodeMetadata
- [in] Value of VARIANT_BOOL.
- bOnlyEF
- [in] Value of VARIANT_BOOL.
- pDecoder
- [out, retval] Pointer to IPXS_pdfStreamCoder.
Return Value
Returns S_OK if operation was successful or error code in other cases.