19 references to NativeMethodsSetLastError
WindowsBase (19)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (1)
84int result = NativeMethodsSetLastError.GetKeyboardLayoutList(size, hkls);
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (6)
691bool result = NativeMethodsSetLastError.EnableWindow(hWnd, enable); 712return NativeMethodsSetLastError.EnableWindow(hWnd, enable); 829int returnValue = NativeMethodsSetLastError.GetWindowText(hWnd, lpString, nMaxCount); 847int returnValue = NativeMethodsSetLastError.GetWindowTextLength(hWnd); 1078result = NativeMethodsSetLastError.SetFocus(hWnd); 1095IntPtr retVal = NativeMethodsSetLastError.GetParent(hWnd);
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (12)
662Int32 tempResult = NativeMethodsSetLastError.SetWindowLong(hWnd, nIndex, NativeMethods.IntPtrToInt32(dwNewLong)); 668result = NativeMethodsSetLastError.SetWindowLongPtr(hWnd, nIndex, dwNewLong); 685Int32 tempResult = NativeMethodsSetLastError.SetWindowLong(hWnd, nIndex, NativeMethods.IntPtrToInt32(dwNewLong)); 691result = NativeMethodsSetLastError.SetWindowLongPtr(hWnd, nIndex, dwNewLong); 708Int32 tempRetVal = NativeMethodsSetLastError.SetWindowLongWndProc(hWnd, nIndex, dwNewLong); 714retVal = NativeMethodsSetLastError.SetWindowLongPtrWndProc(hWnd, nIndex, dwNewLong); 741Int32 tempResult = NativeMethodsSetLastError.GetWindowLong(hWnd, nIndex); 748result = NativeMethodsSetLastError.GetWindowLongPtr(hWnd, nIndex); 778iResult = NativeMethodsSetLastError.GetWindowLong(hWnd, nIndex); 785result = NativeMethodsSetLastError.GetWindowLongPtr(hWnd, nIndex); 816returnValue = NativeMethodsSetLastError.GetWindowLongWndProc(hWnd, NativeMethods.GWL_WNDPROC); 822returnValue = NativeMethodsSetLastError.GetWindowLongPtrWndProc(hWnd, NativeMethods.GWL_WNDPROC);