Windows.MEVT_EVENTPARM C# (CSharp) Method

MEVT_EVENTPARM() public static method

public static MEVT_EVENTPARM ( byte x ) : uint
x byte
return uint
    public static uint MEVT_EVENTPARM(byte x) => ((uint)((x) & 0x00FFFFFFL));
}