MCPcopy Create free account
hub / github.com/RHVoice/RHVoice / DeleteKey

Method DeleteKey

src/sapi/ISpDataKeyImpl.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 STDMETHODIMP ISpDataKeyImpl::DeleteKey(LPCWSTR pszSubKeyName)
88 {
89 return E_NOTIMPL;
90 }
91
92 STDMETHODIMP ISpDataKeyImpl::DeleteValue(LPCWSTR pszValueName)
93 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected