[]
Gets the result from win32 error.
public static HResult GetResultFromWin32Error(int win32Error)
Public Shared Function GetResultFromWin32Error(win32Error As Integer) As HResult
| Type | Name | Description |
|---|---|---|
| int | win32Error | The win32Error. |
| Type | Description |
|---|---|
| HResult | A HRESULT. |