System.Runtime.InteropServices.Marshal.GetLastWin32Error C# (CSharp) Method

GetLastWin32Error() public static method

public static GetLastWin32Error ( ) : int
return int
        public static int GetLastWin32Error()
        {
            return Interop.Kernel32.GetLastError();
        }
    }