17 references to Advapi32
System.Private.CoreLib (17)
LibraryImports.g.cs (2)
5177internal 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) 5189static 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)
35delegate* 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)
28Interop.Advapi32.EVENT_FILTER_DESCRIPTOR* filterData) 66long matchAnyKeywords, long matchAllKeywords, Interop.Advapi32.EVENT_FILTER_DESCRIPTOR* filterData, void* callbackContext) 138internal override int ActivityIdControl(Interop.Advapi32.ActivityControl controlCode, ref Guid activityId) 152internal static int EventActivityIdControl(Interop.Advapi32.ActivityControl controlCode, ref Guid activityId)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (7)
1163Interop.Advapi32.EVENT_FILTER_DESCRIPTOR* filterData) 1249internal virtual int ActivityIdControl(Interop.Advapi32.ActivityControl ControlCode, ref Guid ActivityId) 1270Interop.Advapi32.EVENT_FILTER_DESCRIPTOR* filterData) 1277if (controlCode == Interop.Advapi32.EVENT_CONTROL_CODE_ENABLE_PROVIDER) 1285if (controlCode == Interop.Advapi32.EVENT_CONTROL_CODE_DISABLE_PROVIDER) 1289else if (controlCode == Interop.Advapi32.EVENT_CONTROL_CODE_CAPTURE_STATE) 1345protected 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)
610Interop.Advapi32.ActivityControl.EVENT_ACTIVITY_CTRL_SET_ID, 642Interop.Advapi32.ActivityControl.EVENT_ACTIVITY_CTRL_GET_ID, 686Interop.Advapi32.ActivityControl.EVENT_ACTIVITY_CTRL_GET_SET_ID,