Share via


Location Framework Structures

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

These are the structures used by the Location Framework Functions to communicate with the application and pass information to and from the Provider and Resolver plugin DLLs..

In This Section

The following table shows the Location Framework structures with a description of the purpose of each.

Programming element Description

LOCATION_REPORT_802_11

Structure that specifies nearby 802.11 access points to the device.

LOCATION_REPORT_ADDRESS

Structure that specifies the postal address, city, country/region, etc.. of a device.

LOCATION_REPORT_BASE

This structure contains information common to all location reports and is included as the first element of all location reports.

LOCATION_REPORT_BUILDING

Structure that specifies the building and room of a device.

LOCATION_REPORT_LATLONG

Structure that specifies latitude, longitude, and other basic raw position information of a device.

LOCATION_SERVICE_STATE

Structure used to retrieve information about the state of the Location Framework as a whole.

PLUGIN_INFORMATION

Basic information of a particular plugin. This information is basic to both Providers and Resolvers.

PLUGIN_STATE

The current state of a plugin. This information is basic to both Providers and Resolvers.

PROVIDER_INFORMATION

Information about a Provider.

RESOLVER_INFORMATION

Information about a Resolver.

See Also

Reference

Location Framework Reference
Location Framework Functions
Location Framework GUIDs

Other Resources

Location Framework Enumerations