IEvent::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  LONG*  pID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  LONG*  nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IEvent|IEvent]]
 
[[PXV:IEvent|IEvent]]

Revision as of 02:07, 4 June 2015


Property ID of interface IEvent returns Value of LONG ...

Syntax

HRESULT get_ID([out, retval]  LONG*  nID);

See Also

IEvent