Derived WSAEVENT from ISyncHandle

pull/303/head
dahall 2022-07-05 20:22:34 -06:00
parent 439477343b
commit 381e542883
1 changed files with 1 additions and 1 deletions

View File

@ -4426,7 +4426,7 @@ namespace Vanara.PInvoke
/// <summary>Provides a handle to a WSA event.</summary>
[StructLayout(LayoutKind.Sequential)]
public struct WSAEVENT : IHandle
public struct WSAEVENT : ISyncHandle
{
private IntPtr handle;