ICab::Root 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 '''Root''' of interface [[PXV:ICab|ICab]] returns  Pointer to [[PXV:ICabNode|ICabNode]] ...
+
Property '''pRoot''' of interface [[PXV:ICab|ICab]] returns  Pointer to [[PXV:ICabNode|ICabNode]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Root([out, retval]  ICabNode**  Root);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Root([out, retval]  ICabNode**  pRoot);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:ICab|ICab]]
 
[[PXV:ICab|ICab]]

Latest revision as of 03:12, 15 June 2015


Property pRoot of interface ICab returns Pointer to ICabNode ...

Syntax

HRESULT get_Root([out, retval]  ICabNode**  pRoot);

See Also

ICab