Files

10 lines
141 B
C#

namespace WPinternalsSDK
{
internal struct FILETIME
{
public uint DateTimeLow;
public uint DateTimeHigh;
}
}