3 instantiations of HTASK
System.Windows.Forms.Primitives (3)
_generated\100\Windows.Win32.HTASK.g.cs (3)
41
public static explicit operator HTASK(void* value) => new
HTASK
(value);
57
public static explicit operator HTASK(IntPtr value) => new
HTASK
((void*)value.ToPointer());
59
public static explicit operator HTASK(UIntPtr value) => new
HTASK
((void*)value.ToPointer());
32 references to HTASK
System.Windows.Forms.Primitives (32)
_generated\100\Windows.Win32.HTASK.g.cs (13)
25
: IEquatable<
HTASK
>
35
internal static
HTASK
Null => default;
39
public static implicit operator void*(
HTASK
value) => value.Value;
41
public static explicit operator
HTASK
(void* value) => new HTASK(value);
43
public static bool operator ==(
HTASK
left,
HTASK
right) => left.Value == right.Value;
45
public static bool operator !=(
HTASK
left,
HTASK
right) => !(left == right);
47
public bool Equals(
HTASK
other) => this.Value == other.Value;
49
public override bool Equals(object obj) => obj is
HTASK
other && this.Equals(other);
55
public static implicit operator IntPtr(
HTASK
value) => new IntPtr(value.Value);
57
public static explicit operator
HTASK
(IntPtr value) => new HTASK((void*)value.ToPointer());
59
public static explicit operator
HTASK
(UIntPtr value) => new HTASK((void*)value.ToPointer());
_generated\186\Windows.Win32.IMessageFilter.g.cs (17)
57
/// <inheritdoc cref="HandleInComingCall(uint, winmdroot.Foundation.
HTASK
, uint, winmdroot.System.Com.INTERFACEINFO*)"/>
59
internal unsafe uint HandleInComingCall(uint dwCallType, winmdroot.Foundation.
HTASK
htaskCaller, uint dwTickCount, [Optional] winmdroot.System.Com.INTERFACEINFO? lpInterfaceInfo)
69
private static uint HandleInComingCall(IMessageFilter* pThis, uint dwCallType, winmdroot.Foundation.
HTASK
htaskCaller, uint dwTickCount, [Optional] winmdroot.System.Com.INTERFACEINFO* lpInterfaceInfo)
97
public unsafe uint HandleInComingCall(uint dwCallType, winmdroot.Foundation.
HTASK
htaskCaller, uint dwTickCount, [Optional] winmdroot.System.Com.INTERFACEINFO* lpInterfaceInfo)
99
return ((delegate *unmanaged [Stdcall]<IMessageFilter*,uint ,winmdroot.Foundation.
HTASK
,uint ,winmdroot.System.Com.INTERFACEINFO* ,uint>)lpVtbl[3])((IMessageFilter*)Unsafe.AsPointer(ref this), dwCallType, htaskCaller, dwTickCount, lpInterfaceInfo);
105
private static uint RetryRejectedCall(IMessageFilter* pThis, winmdroot.Foundation.
HTASK
htaskCallee, uint dwTickCount, uint dwRejectType)
132
public uint RetryRejectedCall(winmdroot.Foundation.
HTASK
htaskCallee, uint dwTickCount, uint dwRejectType)
134
return ((delegate *unmanaged [Stdcall]<IMessageFilter*,winmdroot.Foundation.
HTASK
,uint ,uint ,uint>)lpVtbl[4])((IMessageFilter*)Unsafe.AsPointer(ref this), htaskCallee, dwTickCount, dwRejectType);
140
private static uint MessagePending(IMessageFilter* pThis, winmdroot.Foundation.
HTASK
htaskCallee, uint dwTickCount, uint dwPendingType)
168
public uint MessagePending(winmdroot.Foundation.
HTASK
htaskCallee, uint dwTickCount, uint dwPendingType)
170
return ((delegate *unmanaged [Stdcall]<IMessageFilter*,winmdroot.Foundation.
HTASK
,uint ,uint ,uint>)lpVtbl[5])((IMessageFilter*)Unsafe.AsPointer(ref this), htaskCallee, dwTickCount, dwPendingType);
202
internal delegate *unmanaged [Stdcall]<IMessageFilter*,uint ,winmdroot.Foundation.
HTASK
,uint ,winmdroot.System.Com.INTERFACEINFO* ,uint> HandleInComingCall_4;
204
internal delegate *unmanaged [Stdcall]<IMessageFilter*,winmdroot.Foundation.
HTASK
,uint ,uint ,uint> RetryRejectedCall_5;
206
internal delegate *unmanaged [Stdcall]<IMessageFilter*,winmdroot.Foundation.
HTASK
,uint ,uint ,uint> MessagePending_6;
235
unsafe uint HandleInComingCall(uint dwCallType, winmdroot.Foundation.
HTASK
htaskCaller, uint dwTickCount, [Optional] winmdroot.System.Com.INTERFACEINFO* lpInterfaceInfo);
238
uint RetryRejectedCall(winmdroot.Foundation.
HTASK
htaskCallee, uint dwTickCount, uint dwRejectType);
241
uint MessagePending(winmdroot.Foundation.
HTASK
htaskCallee, uint dwTickCount, uint dwPendingType);
_generated\324\Windows.Win32.Media_Audio_IMessageFilter_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Media.Audio.IMessageFilter.Interface.HandleInComingCall(uint, winmdroot.Foundation.
HTASK
, uint, winmdroot.System.Com.INTERFACEINFO*)"/>
24
internal static unsafe uint HandleInComingCall(this winmdroot.Media.Audio.IMessageFilter.Interface @this, uint dwCallType, winmdroot.Foundation.
HTASK
htaskCaller, uint dwTickCount, [Optional] winmdroot.System.Com.INTERFACEINFO? lpInterfaceInfo)