Main Page | Class Hierarchy | Class Members | Global Enums and Constants | Global Entry Points | Related Pages

IAccLocation Interface Reference


Detailed Description

The IAccLocation interface provides the access to geolocation information about an AIM user.

Public Types

Public Member Functions


Member Typedef Documentation

Properties for the Property method.


Member Enumeration Documentation

Properties for the Property method.

Enumerator:
AccLocationProp_Name  The name specified by the user of their location [get] xp_str* [put] xp_kstr
AccLocationProp_Latitude  The latitude of the user's location (degrees) [get] xp_double* [put] xp_double
AccLocationProp_Longitude  The longitude of the user's location (degrees) [get] xp_double* [put] xp_double
AccLocationProp_Altitude  The altitude of the user's location (meters) [get] xp_double* [put] xp_double
AccLocationProp_HouseNum  The user's house number (HNO) [get] xp_str* [put] xp_kstr
AccLocationProp_HouseNumSuffix  The user's house number suffix (HNS) [get] xp_str* [put] xp_kstr
AccLocationProp_Street  The user's street (A6) [get] xp_str* [put] xp_kstr
AccLocationProp_ExtraInfo  Any extra info for the user (LOC) [get] xp_str* [put] xp_kstr
AccLocationProp_Neighborhood  The user's neighborhood (A5) [get] xp_str* [put] xp_kstr
AccLocationProp_District  The user's district (A4) [get] xp_str* [put] xp_kstr
AccLocationProp_City  The user's city (A3) [get] xp_str* [put] xp_kstr
AccLocationProp_County  The user's country (A2) [get] xp_str* [put] xp_kstr
AccLocationProp_State  The user's state [get] xp_str* [put] xp_kstr
AccLocationProp_Country  The user's country [get] xp_str* [put] xp_kstr
AccLocationProp_PostalCode  The Postal Code of the user's location [get] xp_str* [put] xp_kstr
AccLocationProp_Method  The method of determining the user's location, i.e. GPS, 802.11 [get] xp_str* [put] xp_kstr
AccLocationProp_MacAddress  The MAC address of the client [get] xp_str* [put] xp_kstr
AccLocationProp_GatewayMacAddress  The MAC address of the gateway [get] xp_str* [put] xp_kstr
AccLocationProp_IpAddress  The IP address of the client [get] xp_str* [put] xp_kstr
AccLocationProp_GatewayIpAddress  The IP of the gateway [get] xp_str* [put] xp_kstr
AccLocationProp_Nickname  The nickname of this location; used to uniquely identify a favorite location [get] xp_str* [put] xp_kstr
AccLocationProp_UseCount  How many times the location has been Set [get] xp_u32*


Member Function Documentation

HRESULT IAccLocation::Property ( [in] AccLocationProp  prop,
[out, retval] xp_variant pv 
) [get]

Get a specific property of the object.

HRESULT IAccLocation::Property ( [in] AccLocationProp  prop,
[in] xp_kvariant  v 
) [set]

Set a specific property of the object.


Questions? Stop by the AIM SDK Developer Forum
Created Mon Nov 10 09:21:16 2008 for AIM: Developer SDK
© 2008 AOL LLC. All Rights Reserved.