IPXC_Document::LoadContent Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::LoadContent Method}}
 
{{#customTitle:IPXC_Document::LoadContent Method}}
{{#parentPage:PXV:IPXC_Document|LoadContent Method|method}}
+
{{#parentPage:PXV:IPXC_Document#Methods|LoadContent|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 11: Line 12:
 
                     [in]                  IPXS_PDFVariant*  pResDict,
 
                     [in]                  IPXS_PDFVariant*  pResDict,
 
                     [in]                  IUnknown*        pResOwner,
 
                     [in]                  IUnknown*        pResOwner,
                     [in, defaultvalue(0)]  ULONG            dwFlags,
+
                     [in, defaultvalue(0)]  ULONG            nFlags,
                     [out, retval]          IPXC_Content**    ppContent);</pre>
+
                     [out, retval]          IPXC_Content**    pContent);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 21: Line 22:
 
;pResOwner
 
;pResOwner
 
:[in]  Pointer to IUnknown*.
 
:[in]  Pointer to IUnknown*.
;dwFlags
+
;nFlags
 
:[in, defaultvalue(0)]  Value of ULONG.
 
:[in, defaultvalue(0)]  Value of ULONG.
;ppContent
+
;pContent
 
:[out, retval]  Pointer to [[PXV:IPXC_Content|IPXC_Content]].
 
:[out, retval]  Pointer to [[PXV:IPXC_Content|IPXC_Content]].
  
Line 30: Line 31:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 03:26, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT LoadContent([in]                   IPXS_PDFVariant*  pStream,
                    [in]                   IPXS_PDFVariant*  pResDict,
                    [in]                   IUnknown*         pResOwner,
                    [in, defaultvalue(0)]  ULONG             nFlags,
                    [out, retval]          IPXC_Content**    pContent);

Parameters

pStream
[in] Pointer to IPXS_PDFVariant.
pResDict
[in] Pointer to IPXS_PDFVariant.
pResOwner
[in] Pointer to IUnknown*.
nFlags
[in, defaultvalue(0)] Value of ULONG.
pContent
[out, retval] Pointer to IPXC_Content.

Return Value

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

See Also

IPXC_Document