Share via


LOCATION_SERVICE_STATE

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

typedef struct _LOCATION_SERVICE_STATE  {
    DWORD   serviceState;  
    DWORD   numLoadedProviders;
    DWORD   numLoadedResolvers;
    DWORD   numActiveProviders;
    DWORD   numActiveResolvers;
} LOCATION_SERVICE_STATE, *PLOCATION_SERVICE_STATE;

Members

  • serviceState
    Current state of the Location Framework. Contains one of the SERVICE_STATE values defined in IOCTL_SERVICE_STATUS.
  • numLoadedProviders
    Number of Provider DLLs that have been successfully loaded.
  • numLoadedResolvers
    Number of Resolver DLLs that have been successfully loaded.
  • numActiveProviders
    Number of Provider DLLs that are actively attempting to determine position.
  • numActiveResolvers
    Number of Resolver DLLs that are actively attempting to determine position.

Requirements

Header lfapi.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Location Framework Structures