IPXV_Inst::UpdateProp Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT UpdateProp([in]                      LONG            nPropID,
+
<pre class="brush:cpp;gutter:false">HRESULT UpdateProp([in]                      LONG            PropID,
                   [in, defaultvalue(0)]    LONG            nUpdateFlags,
+
                   [in, defaultvalue(0)]    LONG            UpdateFlags,
                   [in, defaultvalue(NULL)]  IUIX_PropHost*  pPropHost);</pre>
+
                   [in, defaultvalue(NULL)]  IUIX_PropHost*  PropHost);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nPropID
+
;PropID
 
:[in]  Specifies the unique identifier of property.
 
:[in]  Specifies the unique identifier of property.
;nUpdateFlags
+
;UpdateFlags
 
:[in, defaultvalue(0)]  An optional parameter that may contain advanced update-flags. See [[PXV:UIX_UpdatePropsFlags|UIX_UpdatePropsFlags]].
 
:[in, defaultvalue(0)]  An optional parameter that may contain advanced update-flags. See [[PXV:UIX_UpdatePropsFlags|UIX_UpdatePropsFlags]].
;pPropHost
+
;PropHost
 
:[in, defaultvalue(NULL)]  An optional pointer to [[PXV:IUIX_PropHost|IUIX_PropHost]] object.
 
:[in, defaultvalue(NULL)]  An optional pointer to [[PXV:IUIX_PropHost|IUIX_PropHost]] object.
  

Revision as of 07:34, 12 June 2015


Updates property item in the Properties pane.

Syntax

HRESULT UpdateProp([in]                      LONG            PropID,
                   [in, defaultvalue(0)]     LONG            UpdateFlags,
                   [in, defaultvalue(NULL)]  IUIX_PropHost*  PropHost);

Parameters

PropID
[in] Specifies the unique identifier of property.
UpdateFlags
[in, defaultvalue(0)] An optional parameter that may contain advanced update-flags. See UIX_UpdatePropsFlags.
PropHost
[in, defaultvalue(NULL)] An optional pointer to IUIX_PropHost object.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::UpdateProps