IPXS_Inst::CreateCabPDFDataProvider Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Inst::CreateCabPDFDataProvider Method}}
 
{{#customTitle:IPXS_Inst::CreateCabPDFDataProvider Method}}
 +
{{#parentPage:PXV:IPXS_Inst#Methods|CreateCabPDFDataProvider|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateCabPDFDataProvider([in] IStream* pStream, [optional] BSTR pPassword, [out, retval] ICabDataProvider** ppDataProvider);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateCabPDFDataProvider([in]           IStream*           pStream,
 +
                                [in]           BSTR               sPassword,
 +
                                [out, retval] ICabDataProvider** pDataProvider);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pStream''
+
;pStream
 
:[in]  Pointer to IStream.
 
:[in]  Pointer to IStream.
;''pPassword''
+
;sPassword
:[optional]  Value of BSTR.
+
:[in]  Value of BSTR.
;''ppDataProvider''
+
;pDataProvider
 
:[out, retval]  Pointer to [[PXV:ICabDataProvider|ICabDataProvider]].
 
:[out, retval]  Pointer to [[PXV:ICabDataProvider|ICabDataProvider]].
  
Line 19: Line 25:
  
 
== See Also ==
 
== 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