The WM_DEVICECHANGE device message notifies an application or device driver of a change to the hardware configuration of a device or the computer.
Event = (UINT) wParam;
dwData = (DWORD) lParam;
Value |
Meaning |
A request to change the current configuration (dock or undock) has been canceled. | |
The current configuration has changed, due to a dock or undock. | |
A device has been inserted and is now available. | |
Permission is requested to remove a device. Any application can deny this request and cancel the removal. | |
A request to remove a device has been canceled. | |
A device has been removed. | |
A device is about to be removed. Cannot be denied. | |
A device-specific event has occurred. | |
Permission is requested to change the current configuration (dock or undock). | |
The meaning of this message is user-defined. |
Return TRUE to grant a requested action.
Return BROADCAST_QUERY_DENY to deny a requested action.
For devices that offer software-controllable features, such as ejection and locking, the operating system typically sends a DBT_DEVICEREMOVEPENDING message to let applications and device drivers end their use of the device gracefully.
If the operating system forcibly removes a device, it may not send a DBT_DEVICEQUERYREMOVE message before doing so.
DBT_CONFIGCHANGECANCELED, DBT_CONFIGCHANGED, DBT_DEVICEARRIVAL, DBT_DEVICEQUERYREMOVE, DBT_DEVICEQUERYREMOVEFAILED, DBT_DEVICEREMOVECOMPLETE, DBT_DEVICEREMOVEPENDING, DBT_DEVICETYPESPECIFIC, DBT_QUERYCHANGECONFIG, DBT_USERDEFINED
file: /Techref/os/win/api/win32/mess/src/msg23_17.htm, 4KB, , updated: 2000/4/7 11:20, local time: 2024/11/6 21:18,
3.137.184.33:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/mess/src/msg23_17.htm"> WM_DEVICECHANGE</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.