When debugging native Win32 code, it is useful to have the debug symbols for all of Microsoft's DLLs. The easiest way to set this up is to just set an environment variable before starting Visual Studio (or other Microsoft debugging tools):
set _NT_SYMBOL_PATH=srv*c:\symbols*http://msdl.microsoft.com …