ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / HResult Structure / GetResultFromWin32Error Method
The win32Error.

In This Topic
    GetResultFromWin32Error Method
    In This Topic
    Gets the result from win32 error.
    Syntax
    'Declaration
     
    Public Shared Function GetResultFromWin32Error( _
       ByVal win32Error As Integer _
    ) As HResult
    public static HResult GetResultFromWin32Error( 
       int win32Error
    )

    Parameters

    win32Error
    The win32Error.

    Return Value

    A HRESULT.
    See Also