6 references to EVENT_FILTER_DESCRIPTOR
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipe.Internal.cs (1)
31
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)
1172
Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData)
1276
Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData)
1350
protected unsafe bool MarshalFilterData(Interop.Advapi32.
EVENT_FILTER_DESCRIPTOR
* filterData, out ControllerCommand command, out byte[]? data)