Common interface describing a storage volume arrival or removal notification.
| C# | Visual Basic | Visual C++ |
public interface IVolumeNotifyInfo
Public Interface IVolumeNotifyInfo
public interface class IVolumeNotifyInfo
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ChangeAffectsMediaInDrive |
If true, change affects media in drive. If false, change affects physical device or drive.
| |
| Flags |
Raw DevBroadcastVolume flags.
| |
| IsNetworkVolume |
If True, the indicated logical volume is a network volume
| |
| Letter |
Under windows, gets the letter representation of the unitmask.
Under linux, gets the full path of the device name.
| |
| ToString()()()() |
Returns a String that represents the current VolumeNotifyInfo.
| |
| Unitmask |
Gets the bit unit mask of the device. IE (bit 0 = A:, bit 1 = B:, etc..)
|