Click or drag to resize
Xcalibur Systems LLC Logo

MonitorHelperMonitorEnumProc Delegate

A MonitorEnumProc function is an application-defined callback function that is called by the function. A value of type MONITORENUMPROC is a pointer to a MonitorEnumProc function.

MonitorEnumProc callback function


Namespace: Xcalibur.NativeMethods.V2.Monitors
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public delegate bool MonitorEnumProc(
	IntPtr monitorHandle,
	IntPtr deviceContextHandle,
	ref Rectangle rectPointer,
	IntPtr data
)

Parameters

monitorHandle  IntPtr
A handle to the display monitor. This value will always be non-NULL.
deviceContextHandle  IntPtr
A handle to a device context.
rectPointer  Rectangle
A pointer to a structure.
data  IntPtr
Application-defined data that passes directly to the enumeration function.

Return Value

Boolean
See Also