IPXV_Inst::UpdateProp Method
From PDF XChange PDF SDK
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.