32 references to IWbemObjectSink
System.Management (32)
System\Management\InteropClasses\WMIInterop.cs (13)
575
[PreserveSig] int CancelAsyncCall_([In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pSink);
576
[PreserveSig] int QueryObjectSink_([In] int lFlags, [Out][MarshalAs(UnmanagedType.Interface)] out
IWbemObjectSink
ppResponseHandler);
578
[PreserveSig] int GetObjectAsync_([In][MarshalAs(UnmanagedType.BStr)] string strObjectPath, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
580
[PreserveSig] int PutClassAsync_([In] IntPtr pObject, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
582
[PreserveSig] int DeleteClassAsync_([In][MarshalAs(UnmanagedType.BStr)] string strClass, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
584
[PreserveSig] int CreateClassEnumAsync_([In][MarshalAs(UnmanagedType.BStr)] string strSuperclass, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
586
[PreserveSig] int PutInstanceAsync_([In] IntPtr pInst, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
588
[PreserveSig] int DeleteInstanceAsync_([In][MarshalAs(UnmanagedType.BStr)] string strObjectPath, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
590
[PreserveSig] int CreateInstanceEnumAsync_([In][MarshalAs(UnmanagedType.BStr)] string strFilter, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
592
[PreserveSig] int ExecQueryAsync_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, [In][MarshalAs(UnmanagedType.BStr)] string strQuery, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
594
[PreserveSig] int ExecNotificationQueryAsync_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, [In][MarshalAs(UnmanagedType.BStr)] string strQuery, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
596
[PreserveSig] int ExecMethodAsync_([In][MarshalAs(UnmanagedType.BStr)] string strObjectPath, [In][MarshalAs(UnmanagedType.BStr)] string strMethodName, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In] IntPtr pInParams, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pResponseHandler);
629
[PreserveSig] int NextAsync_([In] uint uCount, [In][MarshalAs(UnmanagedType.Interface)]
IWbemObjectSink
pSink);
System\Management\ManagementEventWatcher.cs (3)
608
private
IWbemObjectSink
stub; // The secured IWbemObjectSink
650
obj.stub = (
IWbemObjectSink
)dmuxStub;
653
internal
IWbemObjectSink
Stub
System\Management\ManagementScope.cs (13)
1054
internal int NextAsync_(uint uCount,
IWbemObjectSink
pSink)
1153
internal int CancelAsyncCall_(
IWbemObjectSink
pSink)
1159
internal int QueryObjectSink_(int lFlags, ref
IWbemObjectSink
ppResponseHandler)
1172
internal int GetObjectAsync_(string strObjectPath, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1198
internal int PutClassAsync_(IWbemClassObjectFreeThreaded pObject, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1210
internal int DeleteClassAsync_(string strClass, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1236
internal int CreateClassEnumAsync_(string strSuperClass, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1262
internal int PutInstanceAsync_(IWbemClassObjectFreeThreaded pInst, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1274
internal int DeleteInstanceAsync_(string strObjectPath, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1301
internal int CreateInstanceEnumAsync_(string strFilter, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1328
internal int ExecQueryAsync_(string strQueryLanguage, string strQuery, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1355
internal int ExecNotificationQueryAsync_(string strQueryLanguage, string strQuery, int lFlags, IWbemContext pCtx,
IWbemObjectSink
pResponseHandler)
1367
internal int ExecMethodAsync_(string strObjectPath, string strMethodName, int lFlags, IWbemContext pCtx, IWbemClassObjectFreeThreaded pInParams,
IWbemObjectSink
pResponseHandler)
System\Management\WmiEventSink.cs (3)
109
public
IWbemObjectSink
Stub
115
return (null != stub) ? (
IWbemObjectSink
)stub : null;
212
scope.GetIWbemServices().CancelAsyncCall_((
IWbemObjectSink
)stub);