mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[PSDK] Add missing DRV_QUERYFUNCTIONINSTANCEID. CORE-14656
This commit is contained in:
@@ -91,6 +91,7 @@ typedef struct {
|
||||
#define DRV_QUERYSTRINGID (DRV_RESERVED + 14)
|
||||
#define DRV_QUERYSTRINGIDSIZE (DRV_RESERVED + 15)
|
||||
#define DRV_QUERYIDFROMSTRINGID (DRV_RESERVED + 16)
|
||||
#define DRV_QUERYFUNCTIONINSTANCEID (DRV_RESERVED + 17)
|
||||
#ifdef _WINE
|
||||
#define DRV_QUERYDSOUNDIFACE (DRV_RESERVED + 20)
|
||||
#define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21)
|
||||
|
||||
Reference in New Issue
Block a user