IUIX_PropHost::OnSetPropValue Method

From PDF XChange PDF SDK
Jump to: navigation, search
(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:IUIX_PropHost::OnSetPropValue Method}}
 
{{#customTitle:IUIX_PropHost::OnSetPropValue Method}}
 +
{{#parentPage:PXV:IUIX_PropHost#Methods|OnSetPropValue|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 OnSetPropValue([in] LONG nPropID, [in] VARIANT** pNewVal);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT OnSetPropValue([in] LONG     nPropID,
 +
                      [in] VARIANT* vNewVal);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nPropID''
+
;nPropID
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;''pNewVal''
+
;vNewVal
:[in]  Pointer to VARIANT*.
+
:[in]  Pointer to VARIANT.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_PropHost|IUIX_PropHost]].
+
[[PXV:IUIX_PropHost|IUIX_PropHost]]

Latest revision as of 00:53, 20 May 2018


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OnSetPropValue([in]  LONG      nPropID,
                       [in]  VARIANT*  vNewVal);

Parameters

nPropID
[in] Value of LONG.
vNewVal
[in] Pointer to VARIANT.

Return Value

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

See Also

IUIX_PropHost