OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IWbemObjectAccess
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h
32
typedef struct
IWbemObjectAccess
IWbemObjectAccess
;
243
typedef struct
IWbemObjectAccess
IWbemObjectAccess
;
[
all
...]
wbemprov.h
479
virtual HRESULT WINAPI CreateRefreshableObject(IWbemServices *pNamespace,
IWbemObjectAccess
*pTemplate,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,
IWbemObjectAccess
**ppRefreshable,__LONG32 *plId) = 0;
482
virtual HRESULT WINAPI GetObjects(IWbemServices *pNamespace,__LONG32 lNumObjects,
IWbemObjectAccess
**apObj,__LONG32 lFlags,IWbemContext *pContext) = 0;
492
HRESULT (WINAPI *CreateRefreshableObject)(IWbemHiPerfProvider *This,IWbemServices *pNamespace,
IWbemObjectAccess
*pTemplate,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,
IWbemObjectAccess
**ppRefreshable,__LONG32 *plId);
495
HRESULT (WINAPI *GetObjects)(IWbemHiPerfProvider *This,IWbemServices *pNamespace,__LONG32 lNumObjects,
IWbemObjectAccess
**apObj,__LONG32 lFlags,IWbemContext *pContext);
517
HRESULT WINAPI IWbemHiPerfProvider_CreateRefreshableObject_Proxy(IWbemHiPerfProvider *This,IWbemServices *pNamespace,
IWbemObjectAccess
*pTemplate,IWbemRefresher *pRefresher,__LONG32 lFlags,IWbemContext *pContext,
IWbemObjectAccess
**ppRefreshable,__LONG32 *plId);
523
HRESULT WINAPI IWbemHiPerfProvider_GetObjects_Proxy(IWbemHiPerfProvider *This,IWbemServices *pNamespace,__LONG32 lNumObjects,
IWbemObjectAccess
**apObj,__LONG32 lFlags,IWbemContext *pContext);
[
all
...]
Completed in 2401 milliseconds