IPXS_Inst::GetStreamDecoder Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetStreamDecoder([in]          ULONG                nName,
+
<pre class="brush:cpp;gutter:false">HRESULT GetStreamDecoder([in]          ULONG                Name,
                         [out, retval]  IPXS_DecodeFilter**  pFilter);</pre>
+
                         [out, retval]  IPXS_DecodeFilter**  Filter);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nName
+
;Name
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;pFilter
+
;Filter
 
:[out, retval]  Pointer to [[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]].
 
:[out, retval]  Pointer to [[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]].
  

Revision as of 07:17, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetStreamDecoder([in]           ULONG                Name,
                         [out, retval]  IPXS_DecodeFilter**  Filter);

Parameters

Name
[in] Value of ULONG.
Filter
[out, retval] Pointer to IPXS_DecodeFilter.

Return Value

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

See Also

IPXS_Inst