winapi - Enumerating processes that record or playback on Windows XP -


i enumerate processes, have open handle of soundcards in system. ideally "process - sound card - action" relation, action might playback or record.

is there win32 api getting information on windows xp? api work on newer versions of windows?

you can find out handles open in process analyzing memory. enumerating processes done using

enumprocesses() 

you can use system api (brought ddk only, unfortunately) if want more info (as i'm sure do) here's useful thread.

sysinternals


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -