OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IWbemProviderInit
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemprov.h
62
typedef struct
IWbemProviderInit
IWbemProviderInit
;
162
typedef struct
IWbemProviderInit
IWbemProviderInit
;
444
struct
IWbemProviderInit
: public IUnknown {
451
HRESULT (WINAPI *QueryInterface)(
IWbemProviderInit
*This,REFIID riid,void **ppvObject);
452
ULONG (WINAPI *AddRef)(
IWbemProviderInit
*This);
453
ULONG (WINAPI *Release)(
IWbemProviderInit
*This);
454
HRESULT (WINAPI *Initialize)(
IWbemProviderInit
*This,LPWSTR wszUser,LONG lFlags,LPWSTR wszNamespace,LPWSTR wszLocale,IWbemServices *pNamespace,IWbemContext *pCtx,IWbemProviderInitSink *pInitSink);
457
struct
IWbemProviderInit
{
[
all
...]
wmiatlprov.h
17
class ATL_NO_VTABLE IWbemInstProviderImpl : public IWbemServices,public
IWbemProviderInit
{
267
template <class T> class ATL_NO_VTABLE IWbemPullClassProviderImpl : public IWbemServices,public
IWbemProviderInit
{
Completed in 357 milliseconds