HomeSort by relevance Sort by last modified time
    Searched refs:SpawnInstance (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 77 HRESULT hr = m_pErrorObject->SpawnInstance(0,ppErrorObject);
167 HRESULT hr = m_pCreationEventClass->SpawnInstance(0,&pEvtInstance);
189 HRESULT hr = m_pDeletionEventClass->SpawnInstance(0,&pEvtInstance);
211 HRESULT hr = m_pModificationEventClass->SpawnInstance(0,&pEvtInstance);
wbemcli.h 479 virtual HRESULT WINAPI SpawnInstance(__LONG32 lFlags,IWbemClassObject **ppNewInstance) = 0;
510 HRESULT (WINAPI *SpawnInstance)(IWbemClassObject *This,__LONG32 lFlags,IWbemClassObject **ppNewInstance);
543 #define IWbemClassObject_SpawnInstance(This,lFlags,ppNewInstance) (This)->lpVtbl->SpawnInstance(This,lFlags,ppNewInstance)
    [all...]
  /external/chromium_org/chrome/installer/util/
wmi.cc 78 hr = params_def->SpawnInstance(0, class_instance);

Completed in 49 milliseconds