[Q] DuplicateHandle

From: John (jvasquez_at_spam.getntds.com)
Date: 03/30/04


Date: Tue, 30 Mar 2004 10:06:05 -0800

I call DuplicateHandle() to get an Event Handle I got from an ioctl command so
that I can signal the application when an interrupt occurs.

It works fine.
Should I call CloseHandle on the duplicated Handle?
JV



Relevant Pages

  • Re: Duplicatehandle
    ... and you want the driver to communicate to the application that the interrupt ... DuplicateHandle? ... I have a pxa270 BSP that was probably ported from Wince5 to CE6.0. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Duplicatehandle
    ... and you want the driver to communicate to the application that the interrupt ... DuplicateHandle? ... The GPIO driver allows me to set interrupts on a GPIO pin. ...
    (microsoft.public.windowsce.platbuilder)