Added overloads with more precise params to WinSock2 functions

pull/350/head
David Hall 2022-10-27 21:36:32 -06:00
parent 326692ab25
commit 3b75625c80
3 changed files with 2587 additions and 459 deletions

View File

@ -387,5 +387,17 @@ namespace Vanara.PInvoke
/// <summary/>
WSA_FLAG_REGISTERED_IO = 0x100,
}
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
[PInvokeData("winsock2.h")]
public enum WSACOMPLETIONTYPE
{
NSP_NOTIFY_IMMEDIATELY,
NSP_NOTIFY_HWND,
NSP_NOTIFY_EVENT,
NSP_NOTIFY_PORT,
NSP_NOTIFY_APC,
}
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff