OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpawnInstance
(Results
1 - 2
of
2
) 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
...]
Completed in 51 milliseconds