ComponentOne Bitmap for UWP
GetResultFromWin32Error Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > HResult Structure : GetResultFromWin32Error Method
The win32Error.
Gets the result from win32 error.
Syntax
'Declaration
 
Public Shared Function GetResultFromWin32Error( _
   ByVal win32Error As System.Integer _
) As HResult
public static HResult GetResultFromWin32Error( 
   System.int win32Error
)

Parameters

win32Error
The win32Error.

Return Value

A HRESULT.
See Also

Reference

HResult Structure
HResult Members