IPXV_CommentStylesManager::ToolID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 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|property}} | + | {{#parentPage:PXV:IPXV_CommentStylesManager#Properties|ToolID|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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, [out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ToolID([in] ULONG nIndex, |
+ | [out, retval] LONG* nToolID); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] |
Latest revision as of 02: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.