dbt.h: Added DBTF_ flags.

oldstable
Alexandre Julliard 2006-03-09 22:48:49 +01:00
parent a32b3e86ec
commit 18345170fd
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ typedef struct _DEV_BROADCAST_VOLUME
WORD dbcv_flags;
} DEV_BROADCAST_VOLUME, *PDEV_BROADCAST_VOLUME;
#define DBTF_MEDIA 0x0001
#define DBTF_NET 0x0002
typedef struct _DEV_BROADCAST_PORT_A
{
DWORD dbcp_size;