IPXV_Inst::UpdateProp Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::UpdateProp Method}} | {{#customTitle:IPXV_Inst::UpdateProp Method}} | ||
− | {{#parentPage:PXV:IPXV_Inst|UpdateProp | + | {{#parentPage:PXV:IPXV_Inst#Methods|UpdateProp|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Updates property item in the ''Properties'' pane. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nPropID | ;nPropID | ||
− | :[in] | + | :[in] Specifies the unique identifier of property. |
;nUpdateFlags | ;nUpdateFlags | ||
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] An optional parameter that may contain advanced update-flags. See [[PXV:UIX_UpdatePropsFlags|UIX_UpdatePropsFlags]]. |
;pPropHost | ;pPropHost | ||
− | :[in, defaultvalue(NULL)] | + | :[in, defaultvalue(NULL)] An optional pointer to [[PXV:IUIX_PropHost|IUIX_PropHost]] object. |
== Return Value == | == Return Value == | ||
Line 24: | Line 24: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_UpdateProps|IPXV_Inst::UpdateProps]] |
Latest revision as of 02:58, 15 June 2015
Updates property item in the Properties pane.
Syntax
HRESULT UpdateProp([in] LONG nPropID, [in, defaultvalue(0)] LONG nUpdateFlags, [in, defaultvalue(NULL)] IUIX_PropHost* pPropHost);
Parameters
- nPropID
- [in] Specifies the unique identifier of property.
- nUpdateFlags
- [in, defaultvalue(0)] An optional parameter that may contain advanced update-flags. See UIX_UpdatePropsFlags.
- pPropHost
- [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.