IPXS_Inst::CreateCabPDFDataProvider 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:IPXS_Inst::CreateCabPDFDataProvider Method}}
 
{{#customTitle:IPXS_Inst::CreateCabPDFDataProvider Method}}
{{#parentPage:PXV:IPXS_Inst#Methods|CreateCabPDFDataProvider Method|method}}
+
{{#parentPage:PXV:IPXS_Inst#Methods|CreateCabPDFDataProvider|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT CreateCabPDFDataProvider([in]          IStream*            pStream,
 
<pre class="brush:cpp;gutter:false">HRESULT CreateCabPDFDataProvider([in]          IStream*            pStream,
                                 [in]          BSTR                pPassword,
+
                                 [in]          BSTR                sPassword,
                                 [out, retval]  ICabDataProvider**  ppDataProvider);</pre>
+
                                 [out, retval]  ICabDataProvider**  pDataProvider);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;pStream
 
;pStream
 
:[in]  Pointer to IStream.
 
:[in]  Pointer to IStream.
;pPassword
+
;sPassword
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
;ppDataProvider
+
;pDataProvider
 
:[out, retval]  Pointer to [[PXV:ICabDataProvider|ICabDataProvider]].
 
:[out, retval]  Pointer to [[PXV:ICabDataProvider|ICabDataProvider]].
  
Line 25: Line 25:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXS_Inst|IPXS_Inst]].
+
[[PXV:IPXS_Inst|IPXS_Inst]]

Latest revision as of 03:41, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateCabPDFDataProvider([in]           IStream*            pStream,
                                 [in]           BSTR                sPassword,
                                 [out, retval]  ICabDataProvider**  pDataProvider);

Parameters

pStream
[in] Pointer to IStream.
sPassword
[in] Value of BSTR.
pDataProvider
[out, retval] Pointer to ICabDataProvider.

Return Value

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

See Also

IPXS_Inst