示例#1
0
 public static extern bool EnumDisplayMonitors(IntPtr hDC, IntPtr prcClip, MONITORENUMPROC callback, IntPtr dwData);
示例#2
0
文件: User32.cs 项目: AArnott/pinvoke
 public static unsafe extern bool EnumDisplayMonitors(IntPtr hdc, RECT* lprcClip, MONITORENUMPROC lpfnEnum, void* dwData);
示例#3
0
 static extern bool EnumDisplayMonitors(HDC hdc, [In] ref Rect lprcClip, MONITORENUMPROC lpfnEnum, IntPtr dwData);
示例#4
0
 static extern bool EnumDisplayMonitors(HDC hdc, IntPtr lpNULL, MONITORENUMPROC lpfnEnum, IntPtr dwData);
示例#5
0
 public static extern bool EnumDisplayMonitors(IntPtr hdc, IntPtr lprcClip, MONITORENUMPROC lpEnumFunc, IntPtr dwData);
 public static unsafe partial BOOL EnumDisplayMonitors(IntPtr hdc, RECT *rcClip, MONITORENUMPROC lpfnEnum, IntPtr dwData);
 public static extern bool EnumDisplayMonitors([In] IntPtr hdc, [In] IntPtr lprcClip, MONITORENUMPROC lpfnEnum,
                                               IntPtr dwData);
示例#8
0
 public static extern BOOL EnumDisplayMonitors(
     HDC hdc, /*const*/ RECT *lprcClip, MONITORENUMPROC lpfnEnum, nint dwData);
示例#9
0
 internal static extern bool EnumDisplayMonitors(int hdc, IntPtr lprcClip, MONITORENUMPROC lpfnEnum, int dwData);
示例#10
0
		static extern bool EnumDisplayMonitors(HDC hdc, IntPtr lpNULL, MONITORENUMPROC lpfnEnum, IntPtr dwData);
示例#11
0
		static extern bool EnumDisplayMonitors(HDC hdc, [In] ref Rect lprcClip, MONITORENUMPROC lpfnEnum, IntPtr dwData);