IPXV_CommentStylesManager::ToolID 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 '''ToolID''' of interface [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] returns  Value of LONG ...
+
Property '''nToolID''' of interface [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] returns  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ToolID([in]          ULONG  Index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ToolID([in]          ULONG  nIndex,
                   [out, retval]  LONG*  ToolID);
+
                   [out, retval]  LONG*  nToolID);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Index
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]]
 
[[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]]

Latest revision as of 03:49, 15 June 2015


Property nToolID of interface IPXV_CommentStylesManager returns Value of LONG ...

Syntax

HRESULT get_ToolID([in]           ULONG  nIndex,
                   [out, retval]  LONG*  nToolID);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXV_CommentStylesManager