IUIX_Dialog::ContextHelpIndex 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_ContextHelpIndex([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ContextHelpIndex([out, retval] BSTR* sValue); |
− | HRESULT put_ContextHelpIndex([in] BSTR | + | HRESULT put_ContextHelpIndex([in] BSTR sValue); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Dialog|IUIX_Dialog]] | [[PXV:IUIX_Dialog|IUIX_Dialog]] |
Latest revision as of 03:19, 15 June 2015
Property ContextHelpIndex of interface IUIX_Dialog returns/sets Value of BSTR ...
Syntax
HRESULT get_ContextHelpIndex([out, retval] BSTR* sValue); HRESULT put_ContextHelpIndex([in] BSTR sValue);