Creating Event Objects

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 WPUCreateEvent simply 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

Event Objects in the Winsock SPI

© 1992-2003 Microsoft Corporation. All rights reserved.