5 references to EvtVarTypeUInt32
System.Diagnostics.EventLog (5)
System\Diagnostics\Reader\NativeWrapper.cs (5)
662
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
;
857
systemProperties.ProcessId = (uint?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
);
860
systemProperties.ThreadId = (uint?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
);
1131
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
:
1223
case ((int)UnsafeNativeMethods.EvtMasks.EVT_VARIANT_TYPE_ARRAY | (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
):