IIXC_Inst::GetOpenFilters Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Inst::GetOpenFilters Method}}
 
{{#customTitle:IIXC_Inst::GetOpenFilters Method}}
 +
{{#parentPage:PXV:IIXC_Inst#Methods|GetOpenFilters|method}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method retrieves a list of all parameters that may be returned by the specified file format decoder.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetOpenFilters([in] ULONG nFlags, [out, retval] BSTR* pFilters);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetOpenFilters([in]           ULONG nFlags,
 +
                      [out, retval] BSTR* sFilters);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nFlags''
+
;nFlags
:[in] Value of ULONG.
+
:[in]   Specifies the [[PXV:IXC_OpenFilterFlags|format]] to which the returned by the specified file format decoder.
;''pFilters''
+
 
:[out, retval]  Pointer to BSTR.
+
;sFilters
 +
:[out, retval]  Pointer to BSTR buffer that will be filled with all parameters that can be returned by the specified encoder.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Inst|IIXC_Inst]].
+
[[PXV:IIXC_Inst|IIXC_Inst]]

Latest revision as of 03:15, 15 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  nFlags,
                       [out, retval]  BSTR*  sFilters);

Parameters

nFlags
[in] Specifies the format to which the returned by the specified file format decoder.
sFilters
[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