MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / QueryInterface

Method QueryInterface

Sources/nCine/Audio/ALAudioDevice.cpp:464–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 HRESULT ALAudioDevice::QueryInterface(REFIID iid, void** object)
465 {
466 if (iid == IID_IUnknown || iid == __uuidof(IMMNotificationClient)) {
467 *object = static_cast<IMMNotificationClient*>(this);
468 return S_OK;
469 }
470 *object = nullptr;
471 return E_NOINTERFACE;
472 }
473
474 HRESULT ALAudioDevice::OnPropertyValueChanged(LPCWSTR pwstrDeviceId, const PROPERTYKEY key)
475 {

Callers 2

ComPtrMethod · 0.80
asMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected