IPXV_CommentStylesManager::ToolID Property
From PDF XChange PDF SDK
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 | + | <pre class="brush:cpp;gutter:false">HRESULT get_ToolID([in] ULONG Index, |
− | [out, retval] LONG* | + | [out, retval] LONG* ToolID); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;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 06: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.