| |
Methods: |
|
| |
Description:
Retrieves a list of monitor handles
Return:
A Long array of monitor handles (HMONITOR's)
|
|
|
| |
Description:
Call-back for EDmmEnumMonitors monitor enumeration method
Parameters:
Name | Description |
|
hMonitor | Monitor handle
|
|
hdcMonitor | Monitor device context handle
|
|
lprcMonitor | Monitor display area
|
|
dwData | Additional data (Unused)
|
Return:
1 indicating enumeration should continue until there are no more monitors to query
|
|
|
| |
Description:
Creates notification object for use my the Monitors object
Parameters:
Name | Description |
|
inParent | Monitors object requesting the window to be created
|
Return:
Window handle for the newly created window
|
|
|
| |
Description:
Destroys notification window from a Monitors object
Parameters:
Name | Description |
|
inWnd | Window handle to destroy
|
|
|
|
| |
Description:
Notification window message handler
Parameters:
Name | Description |
|
hWnd | Window handle
|
|
uMsg | Message identifier
|
|
wParam | Messages wParam
|
|
lParam | Messages lParam
|
Return:
Dependant on message sent to window
|
|
| |
|
|