IPXS_PDFVariant::Stream_SetData Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXS_PDFVariant::Stream_SetData Method}} | {{#customTitle:IPXS_PDFVariant::Stream_SetData Method}} | ||
− | {{#parentPage:PXV:IPXS_PDFVariant#Methods|Stream_SetData | + | {{#parentPage:PXV:IPXS_PDFVariant#Methods|Stream_SetData|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">HRESULT Stream_SetData([in] IStream* pSrc, | <pre class="brush:cpp;gutter:false">HRESULT Stream_SetData([in] IStream* pSrc, | ||
[in] IPXS_EncodeFiltersArray* pFilters, | [in] IPXS_EncodeFiltersArray* pFilters, | ||
− | [in, defaultvalue(NULL)] PXS_StreamInfo* | + | [in, defaultvalue(NULL)] PXS_StreamInfo* stStreamInfo, |
− | [in, defaultvalue(0)] ULONG | + | [in, defaultvalue(0)] ULONG nFlags);</pre> |
== Parameters == | == Parameters == | ||
Line 19: | Line 19: | ||
;pFilters | ;pFilters | ||
:[in] Pointer to [[PXV:IPXS_EncodeFiltersArray|IPXS_EncodeFiltersArray]]. | :[in] Pointer to [[PXV:IPXS_EncodeFiltersArray|IPXS_EncodeFiltersArray]]. | ||
− | ; | + | ;stStreamInfo |
:[in, defaultvalue(NULL)] Pointer to [[PXV:PXS_StreamInfo|PXS_StreamInfo]]. | :[in, defaultvalue(NULL)] Pointer to [[PXV:PXS_StreamInfo|PXS_StreamInfo]]. | ||
− | ; | + | ;nFlags |
:[in, defaultvalue(0)] Value of ULONG. | :[in, defaultvalue(0)] Value of ULONG. | ||
Line 28: | Line 28: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] | + | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] |
Latest revision as of 02:45, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Stream_SetData([in] IStream* pSrc, [in] IPXS_EncodeFiltersArray* pFilters, [in, defaultvalue(NULL)] PXS_StreamInfo* stStreamInfo, [in, defaultvalue(0)] ULONG nFlags);
Parameters
- pSrc
- [in] Pointer to IStream.
- pFilters
- [in] Pointer to IPXS_EncodeFiltersArray.
- stStreamInfo
- [in, defaultvalue(NULL)] Pointer to PXS_StreamInfo.
- nFlags
- [in, defaultvalue(0)] Value of ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.