15 references to Advapi32
System.Private.CoreLib (15)
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 (4)
26
Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData)
63
long matchAnyKeywords, long matchAllKeywords, Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData, void* callbackContext)
134
internal override int ActivityIdControl(Interop.
Advapi32
.ActivityControl controlCode, ref Guid activityId)
147
internal static int EventActivityIdControl(Interop.
Advapi32
.ActivityControl controlCode, ref Guid activityId)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (7)
1169
Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData)
1254
internal virtual int ActivityIdControl(Interop.
Advapi32
.ActivityControl ControlCode, ref Guid ActivityId)
1273
Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData)
1280
if (controlCode == Interop.
Advapi32
.EVENT_CONTROL_CODE_ENABLE_PROVIDER)
1288
if (controlCode == Interop.
Advapi32
.EVENT_CONTROL_CODE_DISABLE_PROVIDER)
1292
else if (controlCode == Interop.
Advapi32
.EVENT_CONTROL_CODE_CAPTURE_STATE)
1347
protected unsafe bool MarshalFilterData(Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData, out ControllerCommand command, out byte[]? data)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
622
Interop.
Advapi32
.ActivityControl.EVENT_ACTIVITY_CTRL_SET_ID,
654
Interop.
Advapi32
.ActivityControl.EVENT_ACTIVITY_CTRL_GET_ID,
698
Interop.
Advapi32
.ActivityControl.EVENT_ACTIVITY_CTRL_GET_SET_ID,