Microsoft.Win32.Win32Native.SetLastError C# (CSharp) Method

SetLastError() private method

private SetLastError ( int errorCode ) : void
errorCode int
return void
        internal static extern void SetLastError(int errorCode);