I've used the Win32::API to write Win32SnapWalk. It works well
and is quite straight-forward. Main problem for me was to know
which functon was in which dll, but if your'e an experienced
Win32 C++ programmer that will not be a problem for you :)
i downloaded your code. great example of how to make the actual function calls, etc. i guess i'll just have to do my homework and make sure i know in what DLLs my functions are located in each version of windows.