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