IIXC_Inst::GetSaveFilters Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 13: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nFlags
 
;nFlags
:[in]  Specifies the [[PXV:IXC_OpenFilterFlags|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
 
;pFilters
 
:[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 22: Line 22:
 
== See Also ==
 
== See Also ==
 
:[[PXV:IIXC_Inst|IIXC_Inst]]
 
:[[PXV:IIXC_Inst|IIXC_Inst]]
:[[PXV:IXC_OpenFilterFlags|IXC_OpenFilterFlags]]
+
:[[PXV:IXC_OpenSaveDialogOptions|IXC_OpenSaveDialogOptions]]

Revision as of 07:35, 7 May 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*  pFilters);

Parameters

nFlags
[in] Specifies the format to which the returned by specified encoder of file format.
pFilters
[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
IXC_OpenSaveDialogOptions