OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRV_RESERVED
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
31
#define
DRV_RESERVED
0x0800
32
#define DRV_QUERYFUNCTIONINSTANCEID (
DRV_RESERVED
+ 17)
33
#define DRV_QUERYFUNCTIONINSTANCEIDSIZE (
DRV_RESERVED
+ 18)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmsystem.h
189
#define
DRV_RESERVED
0x0800
215
#define DRV_MCI_FIRST
DRV_RESERVED
216
#define DRV_MCI_LAST (
DRV_RESERVED
+ 0xFFF)
[
all
...]
Completed in 81 milliseconds