PopDiagTraceDirectedDripsNotifyAppsAndServices
CHAR __stdcall PopDiagTraceDirectedDripsNotifyAppsAndServices(UINT8 a1, INT64 a2, NPTEXTMETRIC *a3){
void **v3;
int v4;
REGHANDLE v5;
char v7;
int v8;
int v9;
_EVENT_DATA_DESCRIPTOR UserData;
int *v11;
int v12;
int v13;
int *v14;
int v15;
int v16;
NPTEXTMETRIC **v17;
int v18;
int v19;
__int64 *v20;
int v21;
int v22;
void *retaddr;
NPTEXTMETRIC *v24;
v3 = &retaddr;
v24 = a3;
v9 = 0;
v4 = a1;
if( PopDiagHandleRegistered )
{
v5 = PopDiagHandle;
LOBYTE(v3) = EtwEventEnabled(PopDiagHandle, &POP_ETW_EVENT_DIRECTED_DRIPS_NOTIFY_APPS_SERVICES);
if( (_BYTE)v3 )
{
UserData.Reserved = 0;
v13 = 0;
v16 = 0;
v19 = 0;
v22 = 0;
v7 = PopWdiCurrentScenarioInstanceId;
UserData.Ptr = (unsigned __int64)&v7;
v11 = &v8;
v14 = &v9;
v12 = 4;
v15 = 4;
v17 = &v24;
v20 = &PopWdiCurrentScenarioInstanceId;
v18 = 8;
v21 = 8;
v8 = v4;
UserData.Size = 1;
LOBYTE(v3) = EtwWrite(v5, &POP_ETW_EVENT_DIRECTED_DRIPS_NOTIFY_APPS_SERVICES, 0, 5u, &UserData);
}
}
return(char)v3;
}Referenced by:
PopDirectedDripsNotifyAppsAndServices