IPXV_BeforeShowContextMenuEvent::Target Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BeforeShowContextMenuEvent::Target Property}}
 
{{#customTitle:IPXV_BeforeShowContextMenuEvent::Target Property}}
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent#Properties|Target Property|property}}
+
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent#Properties|Target|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Target''' of interface [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] returns  Pointer to IUnknown* ...
+
Property '''pTarget''' of interface [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] returns  Pointer to IUnknown* ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Target([out, retval]  IUnknown**  ppTarget);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Target([out, retval]  IUnknown**  pTarget);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]]
 
[[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]]

Latest revision as of 03:47, 15 June 2015


Property pTarget of interface IPXV_BeforeShowContextMenuEvent returns Pointer to IUnknown* ...

Syntax

HRESULT get_Target([out, retval]  IUnknown**  pTarget);

See Also

IPXV_BeforeShowContextMenuEvent