Commit 18345170 authored by Alexandre Julliard's avatar Alexandre Julliard

dbt.h: Added DBTF_ flags.

parent a32b3e86
...@@ -78,6 +78,9 @@ typedef struct _DEV_BROADCAST_VOLUME ...@@ -78,6 +78,9 @@ typedef struct _DEV_BROADCAST_VOLUME
WORD dbcv_flags; WORD dbcv_flags;
} DEV_BROADCAST_VOLUME, *PDEV_BROADCAST_VOLUME; } DEV_BROADCAST_VOLUME, *PDEV_BROADCAST_VOLUME;
#define DBTF_MEDIA 0x0001
#define DBTF_NET 0x0002
typedef struct _DEV_BROADCAST_PORT_A typedef struct _DEV_BROADCAST_PORT_A
{ {
DWORD dbcp_size; DWORD dbcp_size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment