diff --git a/PInvoke/IpHlpApi/TcpMib.cs b/PInvoke/IpHlpApi/TcpMib.cs index 13b22aa4..825aa5d5 100644 --- a/PInvoke/IpHlpApi/TcpMib.cs +++ b/PInvoke/IpHlpApi/TcpMib.cs @@ -453,7 +453,7 @@ namespace Vanara.PInvoke /// Type: LARGE_INTEGER /// A SYSTEMTIME structure that indicates when the context bind operation that created this TCP connection occurred. /// - public FILETIME liCreateTimestamp; + public SYSTEMTIME liCreateTimestamp; /// /// Type: ULONGLONG[TCPIP_OWNING_MODULE_SIZE] @@ -1142,7 +1142,7 @@ namespace Vanara.PInvoke /// Type: LARGE_INTEGER /// A SYSTEMTIME structure that indicates when the context bind operation that created this TCP link occurred. /// - public FILETIME liCreateTimestamp; + public SYSTEMTIME liCreateTimestamp; /// /// Type: ULONGLONG[TCPIP_OWNING_MODULE_SIZE] diff --git a/PInvoke/IpHlpApi/UdpMib.cs b/PInvoke/IpHlpApi/UdpMib.cs index 30fe1a21..5b28818c 100644 --- a/PInvoke/IpHlpApi/UdpMib.cs +++ b/PInvoke/IpHlpApi/UdpMib.cs @@ -151,7 +151,7 @@ namespace Vanara.PInvoke /// Type: LARGE_INTEGER /// A SYSTEMTIME structure that indicates when the context bind operation that created this endpoint occurred. /// - public FILETIME liCreateTimestamp; + public SYSTEMTIME liCreateTimestamp; /// public int SpecificPortBind; @@ -367,7 +367,7 @@ namespace Vanara.PInvoke /// Type: LARGE_INTEGER /// A SYSTEMTIME structure that indicates when the call to the bind function for the UDP endpoint occurred. /// - public FILETIME liCreateTimestamp; + public SYSTEMTIME liCreateTimestamp; /// Undocumented. public int SpecificPortBind;