LookupRegion - Solution Sites Routine

This function returns the country/region name associated with the passed parameters. The sRegion parameter might specify a country/region name, in which case that name is returned, or it might specify a country/region code, in which case the corresponding country/region name is returned. If the country/region name cannot be determined, Null is returned.

Definition

Function LookupRegion(
  byVal sRegion,
  sCountryCode)

Defined in File

include\addr_lib.asp

Routines Called

None.

Called By

iValidateSubmittedAddress

iValidateSubmittedAddressForAddressBook

Copyright © 2005 Microsoft Corporation.
All rights reserved.