On Tue, 24 Oct 2000, Aric Stewart wrote:

> True, i was patterning off of WSACreateEvent and WSACloseEvent since it
> seems to be a family of functions, so it made sense for all of them to
> have similar implementation.
> 
> Would it be better for all of them to just become forwards?

The reason WSACreateEvent isn't a forward is probably mainly because the
number of arguments differ from what CreateEventA wants. But I suppose the
WSACloseEvent could be a forward... forwards create less overhead than
wrappers anyway.



Reply via email to