NTSTATUS __stdcall WdipSemSqmLogTimeoutDataPoints(_GUID *ProviderGuid, UINT64 EventId){
int v2;
NTSTATUS result;
UINT64 Key;
LODWORD(Key) = 0;
v2 = EventId;
if( !ProviderGuid )
return -1073741811;
result = WdipSemGetGuidKey(ProviderGuid, &Key);
if( result >= 0 )
{
HIDWORD(Key) = v2;
return WdipSemSqmAddToStream((const in6_addr *)0x41E, 2u, (__int64)&Key);
}
return result;
}