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

Revision as of 07:25, 12 June 2015


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

Syntax

HRESULT get_ToolID([in]           ULONG  Index,
                   [out, retval]  LONG*  ToolID);

Parameters

Index
[in] Value of ULONG.

See Also

IPXV_CommentStylesManager