Changed errant IpHlpLib fields from FILETIME to SYSTEMTIME per #154

pull/161/head
dahall 2020-07-28 07:39:29 -06:00
parent 1852865842
commit 205d536cda
2 changed files with 4 additions and 4 deletions

View File

@ -453,7 +453,7 @@ namespace Vanara.PInvoke
/// <para>Type: <c>LARGE_INTEGER</c></para>
/// <para>A SYSTEMTIME structure that indicates when the context bind operation that created this TCP connection occurred.</para>
/// </summary>
public FILETIME liCreateTimestamp;
public SYSTEMTIME liCreateTimestamp;
/// <summary>
/// <para>Type: <c>ULONGLONG[TCPIP_OWNING_MODULE_SIZE]</c></para>
@ -1142,7 +1142,7 @@ namespace Vanara.PInvoke
/// <para>Type: <c>LARGE_INTEGER</c></para>
/// <para>A SYSTEMTIME structure that indicates when the context bind operation that created this TCP link occurred.</para>
/// </summary>
public FILETIME liCreateTimestamp;
public SYSTEMTIME liCreateTimestamp;
/// <summary>
/// <para>Type: <c>ULONGLONG[TCPIP_OWNING_MODULE_SIZE]</c></para>

View File

@ -151,7 +151,7 @@ namespace Vanara.PInvoke
/// <para>Type: <c>LARGE_INTEGER</c></para>
/// <para>A SYSTEMTIME structure that indicates when the context bind operation that created this endpoint occurred.</para>
/// </summary>
public FILETIME liCreateTimestamp;
public SYSTEMTIME liCreateTimestamp;
/// <summary/>
public int SpecificPortBind;
@ -367,7 +367,7 @@ namespace Vanara.PInvoke
/// <para>Type: <c>LARGE_INTEGER</c></para>
/// <para>A SYSTEMTIME structure that indicates when the call to the bind function for the UDP endpoint occurred.</para>
/// </summary>
public FILETIME liCreateTimestamp;
public SYSTEMTIME liCreateTimestamp;
/// <summary>Undocumented.</summary>
public int SpecificPortBind;