Method | Description | |
---|---|---|
Failed ( Result result ) : bool |
This is intended for Library Internal use only.
|
|
Failed ( int result ) : bool |
This is intended for Library Internal use only.
|
|
HResultFromWin32 ( int win32ErrorCode ) : int |
This is intended for Library Internal use only.
|
|
Matches ( int result, int win32ErrorCode ) : bool |
This is intended for Library Internal use only.
|
|
Succeeded ( Result result ) : bool |
This is intended for Library Internal use only.
|
|
Succeeded ( int result ) : bool |
This is intended for Library Internal use only.
|
public static Failed ( Result result ) : bool | ||
result | Result | The error code. |
return | bool |
public static Failed ( int result ) : bool | ||
result | int | The error code. |
return | bool |
public static HResultFromWin32 ( int win32ErrorCode ) : int | ||
win32ErrorCode | int | The Windows API error code. |
return | int |
public static Matches ( int result, int win32ErrorCode ) : bool | ||
result | int | The COM error code. |
win32ErrorCode | int | The Win32 error code. |
return | bool |
public static Succeeded ( Result result ) : bool | ||
result | Result | The error code. |
return | bool |
public static Succeeded ( int result ) : bool | ||
result | int | The error code. |
return | bool |