OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:itaudiosettings
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipmsp.h
52
typedef struct
ITAudioSettings
ITAudioSettings
;
436
struct
ITAudioSettings
: public IUnknown {
445
HRESULT (WINAPI *QueryInterface)(
ITAudioSettings
*This,REFIID riid,void **ppvObject);
446
ULONG (WINAPI *AddRef)(
ITAudioSettings
*This);
447
ULONG (WINAPI *Release)(
ITAudioSettings
*This);
448
HRESULT (WINAPI *GetRange)(
ITAudioSettings
*This,AudioSettingsProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags);
449
HRESULT (WINAPI *Get)(
ITAudioSettings
*This,AudioSettingsProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags);
450
HRESULT (WINAPI *Set)(
ITAudioSettings
*This,AudioSettingsProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
453
struct
ITAudioSettings
{
[
all
...]
Completed in 2980 milliseconds