Re: How can I trap an API call by windows?
From: Alf P. Steinbach (alfps_at_start.no)
Date: 12/17/03
- Next message: goose: "Re: lines of code?"
- Previous message: Tim Cambrant: "Polymorphing code"
- In reply to: Ali Akbar: "How can I trap an API call by windows?"
- Next in thread: Corey Murtagh: "Re: How can I trap an API call by windows?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Dec 2003 15:50:03 GMT
On 17 Dec 2003 07:41:00 -0800, ali_2082@yahoo.com (Ali Akbar) wrote:
> I just wanted to know how my program can trap a particular API
>call by windows.
That is probably not what you want, but it can be done by system-level
debugging support.
> (The idea is that I want to hook all the open text
>boxes and keep hooking new ones as and when they are created).
That is probably not what you want, either, but can be done by regular
Windows hooks. Which hook depends on what you mean by "all". Check
out the hook functions, but also: perhaps post here (and even better,
in comp.os.ms-windows.programming) what you really want to _achieve_.
- Next message: goose: "Re: lines of code?"
- Previous message: Tim Cambrant: "Polymorphing code"
- In reply to: Ali Akbar: "How can I trap an API call by windows?"
- Next in thread: Corey Murtagh: "Re: How can I trap an API call by windows?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading