IIXC_Inst::GetSaveFilters Method

From PDF XChange PDF SDK
Jump to: navigation, search
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:IIXC_Inst::GetSaveFilters Method}}
 
{{#customTitle:IIXC_Inst::GetSaveFilters Method}}
{{#parentPage:PXV:IIXC_Inst#Methods|GetSaveFilters Method|method}}
+
{{#parentPage:PXV:IIXC_Inst#Methods|GetSaveFilters|method}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 9: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetSaveFilters([in]          ULONG  nFlags,
 
<pre class="brush:cpp;gutter:false">HRESULT GetSaveFilters([in]          ULONG  nFlags,
                       [out, retval]  BSTR*  pFilters);</pre>
+
                       [out, retval]  BSTR*  sFilters);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nFlags
 
;nFlags
 
:[in]  Specifies the [[PXV:IXC_OpenSaveDialogOptions|format]] to which the returned by specified encoder of file format.
 
:[in]  Specifies the [[PXV:IXC_OpenSaveDialogOptions|format]] to which the returned by specified encoder of file format.
;pFilters
+
;sFilters
 
:[out, retval]  Pointer to BSTR that will be filled with all parameters that can be returned by the specified encoder.
 
:[out, retval]  Pointer to BSTR that will be filled with all parameters that can be returned by the specified encoder.
  
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
:[[PXV:IIXC_Inst|IIXC_Inst]]
+
[[PXV:IIXC_Inst|IIXC_Inst]]
:[[PXV:IXC_OpenSaveDialogOptions|IXC_OpenSaveDialogOptions]]
+

Latest revision as of 03:15, 15 June 2015


The method retrieves a list of the parameters that returned by specified encoder of file format.

Syntax

HRESULT GetSaveFilters([in]           ULONG  nFlags,
                       [out, retval]  BSTR*  sFilters);

Parameters

nFlags
[in] Specifies the format to which the returned by specified encoder of file format.
sFilters
[out, retval] Pointer to BSTR 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