IIXC_Inst::GetOpenFilters Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetOpenFilters([in]          ULONG  nFlags,
+
<pre class="brush:cpp;gutter:false">HRESULT GetOpenFilters([in]          ULONG  Flags,
                       [out, retval]  BSTR*  sFilters);</pre>
+
                       [out, retval]  BSTR*  Filters);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nFlags
+
;Flags
 
:[in]  Specifies the [[PXV:IXC_OpenFilterFlags|format]] to which the returned by the specified file format decoder.
 
:[in]  Specifies the [[PXV:IXC_OpenFilterFlags|format]] to which the returned by the specified file format decoder.
  
;sFilters
+
;Filters
 
:[out, retval]  Pointer to BSTR buffer that will be filled with all parameters that can be returned by the specified encoder.
 
:[out, retval]  Pointer to BSTR buffer that will be filled with all parameters that can be returned by the specified encoder.
  

Revision as of 06:50, 12 June 2015

The method retrieves a list of all parameters that may be returned by the specified file format decoder.

Syntax

HRESULT GetOpenFilters([in]           ULONG  Flags,
                       [out, retval]  BSTR*  Filters);

Parameters

Flags
[in] Specifies the format to which the returned by the specified file format decoder.
Filters
[out, retval] Pointer to BSTR buffer that will be filled with all parameters that can be returned by the specified encoder.

Return Value

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

See Also

IIXC_Inst