#ifndef _NTDBG_H
/**
* A callback function that receives event enabled notifications.
*/
typedef _Function_class_(ENABLECALLBACK)
VOID NTAPI ENABLECALLBACK(
_In_ LPCGUID SourceId,
_In_ ULONG IsEnabled,
_In_ UCHAR Level,
_In_ ULONGLONG MatchAnyKeyword,
_In_ ULONGLONG MatchAllKeyword,
_In_opt_ PEVENT_FILTER_DESCRIPTOR FilterData,
_Inout_opt_ PVOID CallbackContext
);
View code on GitHubNo description available.