예제 #1
0
 public static IntPtr SetWindowLongPtr(IntPtr hWnd, GetWindowLongFields nIndex, IntPtr dwNewLong) =>
 SetWindowLongPtr(hWnd, (int)nIndex, dwNewLong);
예제 #2
0
 public static IntPtr GetWindowLongPtr(IntPtr hWnd, GetWindowLongFields nIndex) =>
 GetWindowLongPtr(hWnd, (int)nIndex);