42 references to IWbemServices
System.Management (42)
Instrumentation\EventSource.cs (5)
211
IWbemServices
pNamespaceNA = null;
213
IWbemServices
pNamespaceMTA = null;
387
threadParam.pNamespaceMTA = (
IWbemServices
)RelocateRCWToCurrentApartment(threadParam.pNamespaceNA);
420
[In][MarshalAs(UnmanagedType.Interface)]
IWbemServices
pNamespace,
495
[In][Out][MarshalAs(UnmanagedType.Interface)] ref
IWbemServices
ppWorkingNamespace,
InteropClasses\WMIInterop.cs (5)
660
[PreserveSig] int ConnectServer_([In][MarshalAs(UnmanagedType.BStr)] string strNetworkResource, [In][MarshalAs(UnmanagedType.BStr)] string strUser, [In]IntPtr strPassword, [In][MarshalAs(UnmanagedType.BStr)] string strLocale, [In] Int32 lSecurityFlags, [In][MarshalAs(UnmanagedType.BStr)] string strAuthority, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [Out][MarshalAs(UnmanagedType.Interface)] out
IWbemServices
ppNamespace);
686
[PreserveSig] int OpenNamespace_([In][MarshalAs(UnmanagedType.BStr)] string strNamespace, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][Out][MarshalAs(UnmanagedType.Interface)] ref
IWbemServices
ppWorkingNamespace, [In] IntPtr ppCallResult);
717
[PreserveSig] int OpenNamespace_([In][MarshalAs(UnmanagedType.BStr)] string strNamespace, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][Out][MarshalAs(UnmanagedType.Interface)] ref
IWbemServices
ppWorkingNamespace, [In] IntPtr ppCallResult);
750
[PreserveSig] int GetResultServices_([In] Int32 lTimeout, [Out][MarshalAs(UnmanagedType.Interface)] out
IWbemServices
ppServices);
1014
[PreserveSig] int Initialize_([In][MarshalAs(UnmanagedType.LPWStr)] string wszUser, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.LPWStr)] string wszNamespace, [In][MarshalAs(UnmanagedType.LPWStr)] string wszLocale, [In][MarshalAs(UnmanagedType.Interface)]
IWbemServices
pNamespace, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)] IWbemProviderInitSink pInitSink);
managementeventwatcher.cs (3)
510
IWbemServices
wbemServices = scope.GetIWbemServices();
632
private
IWbemServices
services;
641
IWbemServices
services)
managementobject.cs (9)
912
IWbemServices
wbemServices = scope.GetIWbemServices();
1477
IWbemServices
wbemServices = scope.GetIWbemServices();
1649
IWbemServices
wbemServices = scope.GetIWbemServices();
1775
IWbemServices
wbemServices = destinationScope.GetIWbemServices();
1915
IWbemServices
destWbemServices = destinationScope.GetIWbemServices();
1980
IWbemServices
wbemServices = scope.GetIWbemServices();
2052
IWbemServices
wbemServices = scope.GetIWbemServices();
2317
IWbemServices
wbemServices = scope.GetIWbemServices();
2656
IWbemServices
wbemServices = scope.GetIWbemServices();
managementobjectsearcher.cs (1)
409
IWbemServices
wbemServices = scope.GetIWbemServices ();
managementscope.cs (19)
93
internal delegate int BlessIWbemServices([MarshalAs(UnmanagedType.Interface)]
IWbemServices
pIUnknown,
148
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
159
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
171
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
183
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
194
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
205
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
227
[Out][MarshalAs(UnmanagedType.Interface)] out
IWbemServices
ppNamespace,
615
private
IWbemServices
wbemServices;
669
internal
IWbemServices
GetIWbemServices ()
671
IWbemServices
localCopy = wbemServices;
701
localCopy = (
IWbemServices
)unknown;
735
internal ManagementScope (ManagementPath path,
IWbemServices
wbemServices,
1185
internal SecuredIWbemServicesHandler GetSecuredIWbemServicesHandler(
IWbemServices
pWbemServiecs)
1254
internal int ConnectNSecureIWbemServices(string path, ref
IWbemServices
pServices)
1298
private
IWbemServices
pWbemServiecsSecurityHelper;
1300
internal SecuredIWbemServicesHandler (ManagementScope theScope,
IWbemServices
pWbemServiecs)
1305
internal int OpenNamespace_(string strNamespace, Int32 lFlags, ref
IWbemServices
ppWorkingNamespace, IntPtr ppCallResult)
1581
internal void Secure (
IWbemServices
services)