IPXV_BookmEvent::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_BookmEvent::Items Property}}
 
{{#customTitle:IPXV_BookmEvent::Items Property}}
 
{{#parentPage:PXV:IPXV_BookmEvent#Properties|Items|property}}
 
{{#parentPage:PXV:IPXV_BookmEvent#Properties|Items|property}}
 
  
 
Gets items from the bookmark event.
 
Gets items from the bookmark event.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_BookmList**  ppItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_BookmList**  pItems);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_BookmEvent|IPXV_BookmEvent]]
 
[[PXV:IPXV_BookmEvent|IPXV_BookmEvent]]

Latest revision as of 03:48, 15 June 2015

Gets items from the bookmark event.

Syntax

HRESULT get_Items([out, retval]  IPXV_BookmList**  pItems);

See Also

IPXV_BookmEvent