IPXV_DocContentsChangedEvent::Info Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Info''' of interface [[PXV:IPXV_DocContentsChangedEvent|IPXV_DocContentsChangedEvent]] returns  Pointer to [[PXV:IPXV_DocContentsChangesInfo|IPXV_DocContentsChangesInfo]] ...
+
Property '''pInfo''' of interface [[PXV:IPXV_DocContentsChangedEvent|IPXV_DocContentsChangedEvent]] returns  Pointer to [[PXV:IPXV_DocContentsChangesInfo|IPXV_DocContentsChangesInfo]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Info([out, retval]  IPXV_DocContentsChangesInfo**  Info);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Info([out, retval]  IPXV_DocContentsChangesInfo**  pInfo);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocContentsChangedEvent|IPXV_DocContentsChangedEvent]]
 
[[PXV:IPXV_DocContentsChangedEvent|IPXV_DocContentsChangedEvent]]

Latest revision as of 03:51, 15 June 2015


Property pInfo of interface IPXV_DocContentsChangedEvent returns Pointer to IPXV_DocContentsChangesInfo ...

Syntax

HRESULT get_Info([out, retval]  IPXV_DocContentsChangesInfo**  pInfo);

See Also

IPXV_DocContentsChangedEvent