Re: Windows Events & Notification Hooks
- From: "Sam" <sam@xxxxxxxxxx>
- Date: Thu, 17 Nov 2005 15:46:15 +0200
Thanks Mr. Venugopalan,
Following your advise I read the MSDN but couldn't figure out if it usefuul
for me. I'll elaborate a little about the environment.
I debug with my debugger application a second application which I don't have
its source. I know that it uses the api CreateEvent and then it calls the
multimedia function waveInOpen using CALLBACK_EVENT.
Whenever there is a ready buffer, Windows notifies the application using
this evet notification.
I want to hook this event in my debugger application.
Regards
Sam
"Dinesh" <venugopalandinesh@xxxxxxxxx> wrote in message
news:1132223549.132811.144870@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Maybe the API you are looking at is SetWinEventHook().
>
> Regards.
> Dinesh Venugopalan
>
> Sam wrote:
> > I use Windows messages hooks for debuging my applications. Now I need to
> > hook Windows Events and their notification.
> >
> > Does anyone knows how to do it?
> >
> > Any refernce will be greate
> >
> > Sam
>
.
- References:
- Windows Events & Notification Hooks
- From: Sam
- Re: Windows Events & Notification Hooks
- From: Dinesh
- Windows Events & Notification Hooks
- Prev by Date: Re: QueryContextAttributes throws up SEC_E_INVALID_HANDLE.
- Next by Date: My service crashes during shutdown
- Previous by thread: Re: Windows Events & Notification Hooks
- Next by thread: How to check if the program is running on a terminal server?
- Index(es):
Relevant Pages
|