8 references to EVENT_FILTER_DESCRIPTOR
System.Private.CoreLib (8)
LibraryImports.g.cs (2)
5298
internal static unsafe partial nint CreateProvider(string providerName, delegate* unmanaged<byte*, int, byte, long, long, global::Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
*, void*, void> callbackFunc, void* callbackContext)
5310
static extern unsafe nint __PInvoke(ushort* __providerName_native, delegate* unmanaged<byte*, int, byte, long, long, global::Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
*, void*, void> __callbackFunc_native, void* __callbackContext_native);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipe.Internal.cs (1)
32
delegate* unmanaged<byte*, int, byte, long, long, Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
*, void*, void> callbackFunc,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (2)
26
Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData)
63
long matchAnyKeywords, long matchAllKeywords, Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData, void* callbackContext)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (3)
1169
Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData)
1273
Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData)
1347
protected unsafe bool MarshalFilterData(Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData, out ControllerCommand command, out byte[]? data)