Win32 Events

Started by
3 comments, last by daerid 21 years, 9 months ago
Anybody know if they''re reference counted? I''d set up a whole multi-threaded app to test it, but I''d really rather not go to all that trouble if somebody else already knows. (Yes, I did a search already, and found nothing)
daerid@gmail.com
Advertisement
If you're referring to CreateEvent-made events, then yes, they are, as are all kernel objects.

[edited by - IndirectX on June 25, 2002 6:05:23 PM]
---visit #directxdev on afternet <- not just for directx, despite the name
Herm.. ok, maybe I wasn''t really clear.

What I want to know is, if I call ResetEvent() on an event X number of times, do I then have to call SetEvent X number of times to signal the event object?
daerid@gmail.com
No. Event states are not (AFAIK) reference counted.
---visit #directxdev on afternet <- not just for directx, despite the name
k, that''s what I thought. I''ll just whip one up then, thanks.
daerid@gmail.com

This topic is closed to new replies.

Advertisement