mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-13 19:06:41 +10:00
10 lines
141 B
C#
10 lines
141 B
C#
namespace WPinternalsSDK
|
|
{
|
|
internal struct FILETIME
|
|
{
|
|
public uint DateTimeLow;
|
|
|
|
public uint DateTimeHigh;
|
|
}
|
|
}
|