IPXV_BeforePrintEvent::ErrorMsgText 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_ErrorMsgText([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ErrorMsgText([out, retval] BSTR* Text); |
− | HRESULT put_ErrorMsgText([in] BSTR | + | HRESULT put_ErrorMsgText([in] BSTR Text); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]] | [[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]] |
Revision as of 06:23, 12 June 2015
Property ErrorMsgText of interface IPXV_BeforePrintEvent returns/sets Value of BSTR ...
Syntax
HRESULT get_ErrorMsgText([out, retval] BSTR* Text); HRESULT put_ErrorMsgText([in] BSTR Text);