Fixed comments

pull/60/head
David Hall 2019-06-07 11:00:32 -06:00
parent 3415cac1dc
commit e27a4042c1
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ namespace Vanara.PInvoke
}
/// <summary>
/// Flags passed to the <see cref="FormatMessage(uint, string[], HINSTANCE, FormatMessageFlags, uint)"/> method.
/// Flags passed to the <see cref="FormatMessage(FormatMessageFlags, HINSTANCE, uint, uint, StringBuilder, uint, IntPtr)"/> method.
/// </summary>
[PInvokeData("winbase.h")]
[Flags]

View File

@ -146,7 +146,7 @@ namespace Vanara.PInvoke
protected override bool InternalReleaseHandle() => NetApiBufferFree(handle) == 0;
}
/// <summary>A custom marshaler for functions using LSA_UNICODE_STRING so that managed strings can be used.</summary>
/// <summary>A custom marshaler for functions using NetApiBuffer so that managed strings can be used.</summary>
/// <seealso cref="ICustomMarshaler"/>
internal class NetApiBufferUnicodeStringMarshaler : ICustomMarshaler
{