Method | Description | |
---|---|---|
Failed ( HResult result ) : bool |
This is intended for Library Internal use only.
|
|
HResultFromWin32 ( int win32ErrorCode ) : int |
This is intended for Library Internal use only.
|
|
Succeeded ( HResult 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 ( HResult result ) : bool | ||
result | HResult | The error code. |
return | bool |
public static HResultFromWin32 ( int win32ErrorCode ) : int | ||
win32ErrorCode | int | The Windows API error code. |
return | int |
public static Succeeded ( HResult result ) : bool | ||
result | HResult | The error code. |
return | bool |
public static Succeeded ( int result ) : bool | ||
result | int | The error code. |
return | bool |