This document is archived and information here might be outdated. Recommended version. |
Error code of the last error.
[Visual Basic .NET]
Public Property ErrorCode As Integer
[C#]
public int ErrorCode {get; set;}
[C++]
HRESULT get_ErrorCode(
System.Int32* pdwLastErrorCode
);
[C++]
HRESULT put_ErrorCode(
long pdwLastErrorCode
);
[C++] Parameters pdwLastErrorCode [out, retval]
pdwLastErrorCode is a parameter of type long* pdwLastErrorCode [in]
pdwLastErrorCode is a parameter of type long