IIXC_Inst::GetSaveFilters Method
From Tracker Software PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IIXC_Inst::GetSaveFilters Method}} | {{#customTitle:IIXC_Inst::GetSaveFilters Method}} | ||
{{#parentPage:PXV:IIXC_Inst|GetSaveFilters Method|method}} | {{#parentPage:PXV:IIXC_Inst|GetSaveFilters Method|method}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The method of | + | The method retrieves a list of the parameters that returned by specified encoder of file format. |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nFlags | ;nFlags | ||
− | :[in] | + | :[in] Specifies the [[PXV:IXC_OpenFilterFlags|format]] to which the returned by specified encoder of file format. |
;pFilters | ;pFilters | ||
− | :[out, retval] Pointer to BSTR. | + | :[out, retval] Pointer to BSTR that will be filled with all parameters that can be returned by the specified encoder. |
== Return Value == | == Return Value == | ||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | :[[PXV:IIXC_Inst|IIXC_Inst]] | |
+ | :[[PXV:IXC_OpenFilterFlags|IXC_OpenFilterFlags]] |
Revision as of 00:54, 30 April 2015
The method retrieves a list of the parameters that returned by specified encoder of file format.
Contents
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.