The path to the currently selected wallpaper is stored as a registry key:

"HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper"

You'll either need to crawl into the SDK and create a DLL to retrieve this or use a pre-made DLL function for same.

=thomas