Updated docs per #154 to avoid future confusion

pull/180/head
dahall 2020-11-08 14:08:55 -07:00
parent 7043491de4
commit e839d4bcfe
2 changed files with 8 additions and 4 deletions

View File

@ -451,7 +451,8 @@ namespace Vanara.PInvoke
/// <summary>
/// <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>
/// <para>A FILETIME structure that indicates when the context bind operation that created this TCP connection occurred.</para>
/// <para>NOTE: The Microsoft documentation suggests this is a SYSTEMTIME structure. This is incorrect.</para>
/// </summary>
public FILETIME liCreateTimestamp;
@ -1140,7 +1141,8 @@ namespace Vanara.PInvoke
/// <summary>
/// <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>
/// <para>A FILETIME structure that indicates when the context bind operation that created this TCP link occurred.</para>
/// <para>NOTE: The Microsoft documentation suggests this is a SYSTEMTIME structure. This is incorrect.</para>
/// </summary>
public FILETIME liCreateTimestamp;

View File

@ -149,7 +149,8 @@ namespace Vanara.PInvoke
/// <summary>
/// <para>Type: <c>LARGE_INTEGER</c></para>
/// <para>A SYSTEMTIME structure that indicates when the context bind operation that created this endpoint occurred.</para>
/// <para>A FILETIME structure that indicates when the context bind operation that created this endpoint occurred.</para>
/// <para>NOTE: The Microsoft documentation suggests this is a SYSTEMTIME structure. This is incorrect.</para>
/// </summary>
public FILETIME liCreateTimestamp;
@ -365,7 +366,8 @@ namespace Vanara.PInvoke
/// <summary>
/// <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>
/// <para>A FILETIME structure that indicates when the call to the bind function for the UDP endpoint occurred.</para>
/// <para>NOTE: The Microsoft documentation suggests this is a SYSTEMTIME structure. This is incorrect.</para>
/// </summary>
public FILETIME liCreateTimestamp;