IUIX_Cmd::TargetID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Cmd::TargetID Property}} | {{#customTitle:IUIX_Cmd::TargetID Property}} | ||
− | {{#parentPage:PXV:IUIX_Cmd#Properties|TargetID | + | {{#parentPage:PXV:IUIX_Cmd#Properties|TargetID|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''TargetID''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns Value of LONG | + | Property '''TargetID''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns Value of LONG containing the ID of where the command is handled. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TargetID([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TargetID([out, retval] LONG* nTargetID); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Cmd|IUIX_Cmd]] | [[PXV:IUIX_Cmd|IUIX_Cmd]] |
Latest revision as of 01:11, 24 March 2016
Property TargetID of interface IUIX_Cmd returns Value of LONG containing the ID of where the command is handled.
Syntax
HRESULT get_TargetID([out, retval] LONG* nTargetID);