IIXC_Inst::GetOpenFilters Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#parentPage:PXV:IIXC_Inst|GetOpenFilters Method|method}}
 
{{#parentPage:PXV:IIXC_Inst|GetOpenFilters Method|method}}
  
{{ToReview}}
+
 
  
 
The method retrieves a list of all parameters that may be returned by the specified file format decoder.
 
The method retrieves a list of all parameters that may be returned by the specified file format decoder.

Revision as of 17:16, 14 May 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*  pFilters);

Parameters

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