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)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_CommentStylesManager::ToolID Property}}
 
{{#customTitle:IPXV_CommentStylesManager::ToolID Property}}
{{#parentPage:PXV:IPXV_CommentStylesManager|ToolID Property|property}}
+
{{#parentPage:PXV:IPXV_CommentStylesManager#Properties|ToolID|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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  nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_ToolID([in]          ULONG  nIndex,
                   [out, retval]  LONG*  pToolID);
+
                   [out, retval]  LONG*  nToolID);
 
</pre>
 
</pre>
  
Line 17: Line 18:
  
 
== See Also ==
 
== 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