1 out of 4 rated this helpful - Rate this topic

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: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.