15 references to Advapi32
System.Private.CoreLib (15)
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 (4)
26
Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData)
63
long matchAnyKeywords, long matchAllKeywords, Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData, void* callbackContext)
137
internal override int ActivityIdControl(Interop.
Advapi32
.ActivityControl controlCode, ref Guid activityId)
150
internal static int EventActivityIdControl(Interop.
Advapi32
.ActivityControl controlCode, ref Guid activityId)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (7)
1172
Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData)
1257
internal virtual int ActivityIdControl(Interop.
Advapi32
.ActivityControl ControlCode, ref Guid ActivityId)
1276
Interop.
Advapi32
.EVENT_FILTER_DESCRIPTOR* filterData)
1283
if (controlCode == Interop.
Advapi32
.EVENT_CONTROL_CODE_ENABLE_PROVIDER)
1291
if (controlCode == Interop.
Advapi32
.EVENT_CONTROL_CODE_DISABLE_PROVIDER)
1295
else if (controlCode == Interop.
Advapi32
.EVENT_CONTROL_CODE_CAPTURE_STATE)
1350
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,