Home
last modified time | relevance | path

Searched refs:m_pModificationEventClass (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwmiatlprov.h114 CComPtr<IWbemClassObject> m_pModificationEventClass; variable
125 m_pModificationEventClass = NULL; in CIntrinsicEventProviderHelper()
141 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pModificationEventClass,NULL); in CIntrinsicEventProviderHelper()
211 HRESULT hr = m_pModificationEventClass->SpawnInstance(0,&pEvtInstance); in FireModificationEvent()