The DEV_BROADCAST_VOLUME structure contains information about a logical volume.
typedef struct _DEV_BROADCAST_VOLUME {
ULONG dbcv_size; ULONG dbcv_devicetype; ULONG dbcv_reserved; ULONG dbcv_unitmask; USHORT dbcv_flags; } DEV_BROADCAST_VOLUME;
typedef DEV_BROADCAST_VOLUME *PDEV_BROADCAST_VOLUME;
Value |
Meaning |
DBTF_MEDIA |
Change affects media in drive. If not set, change affects physical device or drive. |
DBTF_NET |
Indicated logical volume is a network volume. |
Although the dbcv_unitmask member may specify more than one volume in any given message, this does not guarantee that only message is generated for a given event. Multiple system components may independently generate messages for logical volumes at the same time.
file: /Techref/os/win/api/win32/struc/src/str03_17.htm, 2KB, , updated: 2000/4/7 12:20, local time: 2024/11/2 22:28,
18.191.103.28: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://linistepper.com/techref/os/win/api/win32/struc/src/str03_17.htm"> DEV_BROADCAST_VOLUME</A> |
Did you find what you needed? |