Share via


PROVIDER_INFORMATION

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains the information about a Provider DLL.

Syntax

typedef struct _PROVIDER_INFORMATION {
    PLUGIN_INFORMATION  pluginInfo;
    DWORD               pollInterval;
    DWORD               providerFlags;
} PROVIDER_INFORMATION, *PPROVIDER_INFORMATION;

Members

  • pluginInfo
    Base information about the plugin DLL itself.
  • pollInterval
    Time, in milliseconds, during which time a plugin will wait between attempting to re-determine position.
  • providerFlags
    Optional configuration flags for the Provider DLL. These are unique per provider and are not defined globally.

Requirements

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

See Also

Reference

Location Framework Structures