OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:openpropertystore
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryapi.h
59
STDMETHOD_(HRESULT,
OpenPropertyStore
)(THIS_ DWORD dwStgAccess,IPropertyStore **ppIPropertyStore) PURE;
72
#define IFunctionInstance_OpenPropertyStore(This,dwStgAccess,ppIPropertyStore) (This)->lpVtbl->
OpenPropertyStore
(This,dwStgAccess,ppIPropertyStore)
mmdeviceapi.h
314
virtual HRESULT STDMETHODCALLTYPE
OpenPropertyStore
(
352
HRESULT (STDMETHODCALLTYPE *
OpenPropertyStore
)(
379
#define IMMDevice_OpenPropertyStore(This,stgmAccess,ppProperties) (This)->lpVtbl->
OpenPropertyStore
(This,stgmAccess,ppProperties)
398
return This->lpVtbl->
OpenPropertyStore
(This,stgmAccess,ppProperties);
[
all
...]
/external/webrtc/talk/media/devices/
win32devicemanager.cc
251
HRESULT hr = device->
OpenPropertyStore
(STGM_READ, &props);
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
Completed in 470 milliseconds