Location API Programming Guide
This section provides programming guides and walkthroughs that demonstrate how to use the Location API.
The example code in this section requires the following headers. You must also link to LocationApi.LIB, which is installed with the Windows SDK.
#include <windows.h> #include <atlbase.h> #include <atlcom.h> #include <LocationApi.h> #include <conio.h> // For _kbhit() and _getch()
In This Section
- Using the Location API with C++
- Using the Location API with Script
Send comments about this topic to Microsoft
Build date: 3/6/2012