IUIX_Cmd::ShortTitle 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_ShortTitle([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ShortTitle([out, retval] BSTR* sShortTitle); |
− | HRESULT put_ShortTitle([in] BSTR | + | HRESULT put_ShortTitle([in] BSTR sShortTitle); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Cmd|IUIX_Cmd]] | [[PXV:IUIX_Cmd|IUIX_Cmd]] |
Revision as of 03:12, 15 June 2015
Property ShortTitle of interface IUIX_Cmd returns/sets Value of BSTR ...
Syntax
HRESULT get_ShortTitle([out, retval] BSTR* sShortTitle); HRESULT put_ShortTitle([in] BSTR sShortTitle);