IUIX_Cmd::UserData Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Cmd::UserData Property}} | {{#customTitle:IUIX_Cmd::UserData Property}} | ||
{{#parentPage:PXV:IUIX_Cmd#Properties|UserData|property}} | {{#parentPage:PXV:IUIX_Cmd#Properties|UserData|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''UserData''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of PARAM_T | + | Property '''UserData''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of PARAM_T containing custom user data that can be stored with the command as a parameter. |
== Syntax == | == Syntax == |
Latest revision as of 01:13, 24 March 2016
Property UserData of interface IUIX_Cmd returns/sets Value of PARAM_T containing custom user data that can be stored with the command as a parameter.
Syntax
HRESULT get_UserData([out, retval] PARAM_T* nData); HRESULT put_UserData([in] PARAM_T nData);