ICabNode::LastError Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_LastError([out, retval]  HRESULT*  ErrorCode);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LastError([out, retval]  HRESULT*  nErrorCode);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:ICabNode|ICabNode]]
 
[[PXV:ICabNode|ICabNode]]

Latest revision as of 03:13, 15 June 2015


Property LastError of interface ICabNode returns Value of HRESULT ...

Syntax

HRESULT get_LastError([out, retval]  HRESULT*  nErrorCode);

See Also

ICabNode