Share via


RESOLVER_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 information about a Resolver DLL.

Syntax

typedef struct _RESOLVER_INFORMATION {
    PLUGIN_INFORMATION  pluginInfo;
    DWORD               minRequeryInterval;
    DWORD               numReportsSupported;
    GUID                reportsSupported[MAX_PLUGIN_REPORT_TYPES];
    DWORD               resolverFlags;
} RESOLVER_INFORMATION, *PRESOLVER_INFORMATION;

Members

  • pluginInfo
    Base information about the plugin DLL itself.
  • minRequeryInterval
    Minimum amount of time, in milliseconds, that will elapse between Location Framework calling the Resolver. Even if a Provider is constantly generating new reports, Location Framework will throttle the amount of time those reports are passed to a Resolver based on this value.
  • numReportsSupported
    Number of elements in the reportsSupported array.
  • reportsSupported
    Array of GUIDs specifying the report types that this Resolver can resolve from. A Provider must generate a report that is a member of this list in order for the report to be sent to a Resolver.
  • resolverFlags
    Optional configuration flags for the Resolver DLL. These are unique per resolver 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