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