Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Ws2.dll provides facilities for event object creation to both applications and service providers, although in most instances event objects will be created by applications. Event object services are made available to Windows Sockets service providers through WPUCreateEventsimply as a convenience mechanism for any internal processing that may benefit from it. Note that the event object handle is only valid in the context of the calling process. In Win32 environments the realization of event objects is through the native event services provided by the operating system.

See Also