IPXC_RedactInfo::InsertNew Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_RedactInfo::InsertNew Method}}
 
{{#customTitle:IPXC_RedactInfo::InsertNew Method}}
 +
{{#parentPage:PXV:IPXC_RedactInfo#Methods|InsertNew|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 InsertNew([in, defaultvalue(NULL)] PXC_QuadF* pQuad, [in, defaultvalue(-1)] ULONG nIndex, [out, retval] IPXC_RedactEntry** ppNewEntry);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT InsertNew([in, defaultvalue(NULL)] PXC_QuadF*         stQuad,
 +
                  [in, defaultvalue(-1)]   ULONG               nIndex,
 +
                  [out, retval]             IPXC_RedactEntry** pNewEntry);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pQuad''
+
;stQuad
 
:[in, defaultvalue(NULL)]  Pointer to [[PXV:PXC_QuadF|PXC_QuadF]].
 
:[in, defaultvalue(NULL)]  Pointer to [[PXV:PXC_QuadF|PXC_QuadF]].
;''nIndex''
+
;nIndex
 
:[in, defaultvalue(-1)]  Value of ULONG.
 
:[in, defaultvalue(-1)]  Value of ULONG.
;''ppNewEntry''
+
;pNewEntry
 
:[out, retval]  Pointer to [[PXV:IPXC_RedactEntry|IPXC_RedactEntry]].
 
:[out, retval]  Pointer to [[PXV:IPXC_RedactEntry|IPXC_RedactEntry]].
  
Line 19: Line 25:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]].
+
[[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]

Latest revision as of 03:35, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertNew([in, defaultvalue(NULL)]  PXC_QuadF*          stQuad,
                  [in, defaultvalue(-1)]    ULONG               nIndex,
                  [out, retval]             IPXC_RedactEntry**  pNewEntry);

Parameters

stQuad
[in, defaultvalue(NULL)] Pointer to PXC_QuadF.
nIndex
[in, defaultvalue(-1)] Value of ULONG.
pNewEntry
[out, retval] Pointer to IPXC_RedactEntry.

Return Value

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

See Also

IPXC_RedactInfo