IUIX_Cmd::UserData Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Cmd::UserData Property}} | {{#customTitle:IUIX_Cmd::UserData Property}} | ||
+ | {{#parentPage:PXV:IUIX_Cmd#Properties|UserData|property}} | ||
+ | {{ToReview}} | ||
− | Property '''UserData''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of | + | 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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_UserData([out, retval] | + | <pre class="brush:cpp;gutter:false">HRESULT get_UserData([out, retval] PARAM_T* nData); |
− | HRESULT put_UserData([in] | + | HRESULT put_UserData([in] PARAM_T nData); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Cmd|IUIX_Cmd]] |
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);