OID_WW_PIN_LAST_LOCATION

The OID_WW_PIN_LAST_LOCATION OID is obsolete and should not be used; it is included for informational and historical purposes.

This OID requests the miniport driver to return information about the last known location of the mobile radio or NULL if the location is unknown. This request does not initiate a location fix by the device.

This request uses a WW_PIN_LOCATION structure, defined as follows:

    typedef struct _WW_PIN_LOCATION {
         INT Latitude;
         INT Longitude;
         INT Altitude;
         INT FixTime;
         INT NetTime;
         INT LocQuality;
         INT LatReg;
         INT LongReg;
         INT GMTOffset;
 
    } WW_PIN_LOCATION;
  

The members of this structure contain the following information:

  • Latitude
    Specifies the latitude in hundredths of a second.

  • Longitude
    Specifies the longitude in hundredths of a second.

  • Altitude
    Specifies the altitude in feet.

  • FixTime
    Specifies the local time of the last location fix since midnight of the current day, in tenths of a second.

  • NetTime
    Specifies the local network time since midnight of the current day, in tenths of a second.

  • LocQuality
    Specifies the location quality as a value from 0 to 100, with 100 indicating the highest quality.

  • LatReg
    Specifies the latitude registration offset, in hundredths of a second.

  • LongReg
    Specifies the longitude registration offset, in hundredths of a second.

  • GMTOffset
    Specifies the offset, in minutes, of the local time zone from GMT.

Sets and indications are irrelevant for this OID.

Note   This OID is not available for use beginning with Windows Vista.

 

 

 

Send comments about this topic to Microsoft