IPXS_PDFVariant::Stream_SetMemData Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT Stream_SetMemData([in]                      IMemBlock*                pSrc,
 
<pre class="brush:cpp;gutter:false">HRESULT Stream_SetMemData([in]                      IMemBlock*                pSrc,
 
                           [in]                      IPXS_EncodeFiltersArray*  pFilters,
 
                           [in]                      IPXS_EncodeFiltersArray*  pFilters,
                           [in, defaultvalue(NULL)]  PXS_StreamInfo*          pStreamInfo,
+
                           [in, defaultvalue(NULL)]  PXS_StreamInfo*          stStreamInfo,
                           [in, defaultvalue(0)]    ULONG                    dwFlags);</pre>
+
                           [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]].
;pStreamInfo
+
;stStreamInfo
 
:[in, defaultvalue(NULL)]  Pointer to [[PXV:PXS_StreamInfo|PXS_StreamInfo]].
 
:[in, defaultvalue(NULL)]  Pointer to [[PXV:PXS_StreamInfo|PXS_StreamInfo]].
;dwFlags
+
;nFlags
 
:[in, defaultvalue(0)]  Value of ULONG.
 
:[in, defaultvalue(0)]  Value of ULONG.
  

Revision as of 02:31, 4 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Stream_SetMemData([in]                      IMemBlock*                pSrc,
                          [in]                      IPXS_EncodeFiltersArray*  pFilters,
                          [in, defaultvalue(NULL)]  PXS_StreamInfo*           stStreamInfo,
                          [in, defaultvalue(0)]     ULONG                     nFlags);

Parameters

pSrc
[in] Pointer to IMemBlock.
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.

See Also

IPXS_PDFVariant