IPXV_ImportConverter::CheckFormat Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ImportConverter::CheckFormat Method}}
 
{{#customTitle:IPXV_ImportConverter::CheckFormat Method}}
{{#parentPage:PXV:IPXV_ImportConverter#Methods|CheckFormat Method|method}}
+
{{#parentPage:PXV:IPXV_ImportConverter#Methods|CheckFormat|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 09:14, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CheckFormat([in]                   IPXV_Inst*                       pInst,
                    [in]                   IUnknown*                        pSrc,
                    [in, defaultvalue(0)]  ULONG                            nFlags,
                    [out, retval]          PXV_ImportConverterCheckFmtRes*  pCheckRes);

Parameters

pInst
[in] Pointer to IPXV_Inst.
pSrc
[in] Pointer to IUnknown*.
nFlags
[in, defaultvalue(0)] Value of ULONG.
pCheckRes
[out, retval] Pointer to PXV_ImportConverterCheckFmtRes.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_ImportConverter