IUIX_Inst::CreateTabStopFormat Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateTabStopFormat([out, retval] IUIX_TabStopFormat** | + | <pre class="brush:cpp;gutter:false">HRESULT CreateTabStopFormat([out, retval] IUIX_TabStopFormat** pTabFormat);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pTabFormat |
:[out, retval] return object of [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]] interface. | :[out, retval] return object of [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]] interface. | ||
Revision as of 02:04, 4 June 2015
Creates new object of IUIX_TabStopFormat interface.
Syntax
HRESULT CreateTabStopFormat([out, retval] IUIX_TabStopFormat** pTabFormat);
Parameters
- pTabFormat
- [out, retval] return object of IUIX_TabStopFormat interface.
Return Value
Returns S_OK if operation was successful or error code in other cases.