ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer _
    ) As HResult
    public static HResult GetResultFromWin32Error( 
       System.int win32Error
    )

    Parameters

    win32Error
    The win32Error.

    Return Value

    A HRESULT.
    See Also