DeviceEvents Enumeration
Specifies a change to the hardware configuration of a device.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration DeviceEvents
Dim instance As DeviceEvents
public enum class DeviceEvents
No code example is currently available or this language may not be supported.
Change |
537 |
The current configuration has changed, due to a dock or undock.
|
Arrival |
32,768 |
A device or piece of media has been inserted and becomes available.
|
QueryRemove |
32,769 |
Request permission to remove a device or piece of media.
This message is the last chance for applications and drivers to prepare for this removal.
However, any application can deny this request and cancel the operation.
|
QueryRemoveFailed |
32,770 |
A request to remove a device or piece of media has been canceled.
|
RemovePending |
32,771 |
A device or piece of media is being removed and is no longer available for use.
|
RemoveComplete |
32,772 |
A device or piece of media has been removed.
|