Home
Contents

CountryWhois SDK

 
CountryWhois SDK
About CountryWhois SDK
Using CountryWhois SDK
Functions for Obtaining the Country ID
SWAPI_IPAddressToCountryID
SWAPI_IPStringToCountryID
SWAPI_CountryCodeToCountryID
SWAPI_GetMinCountryID
SWAPI_GetMaxCountryID
Functions for Obtaining Information About a Country
SWAPI_CountryIDToCountryCode
SWAPI_CountryIDToCountryName
SWAPI_CountryIDToContinentCode
SWAPI_CountryIDToContinentName
SWAPI_GetCountryCodeStatus
SWAPI_GetCountryCodeIndex
SWAPI_EnumCountryIPRanges
EnumIPRangesProc
Functions for Obtaining the Continent ID
SWAPI_CountryIDToContinentID
SWAPI_ContinentCodeToContinentID
SWAPI_GetMinContinentID
SWAPI_GetMaxContinentID
Functions for Obtaining Information About a Continent
SWAPI_ContinentIDToContinentCode
SWAPI_ContinentIDToContinentName
SWAPI_EnumContinentIPRanges
SWAPI_EnumContinentCountries
EnumCountriesProc
Country Flags
SWAPI_GetCountryFlagBitmap
SWAPI_GetCountryFlagsImageList
SWAPI_GetCountryFlagsImageListEx
SWAPI_GetCountryFlagsImageListIndex
SWAPI_DestroyCountryFlagsImageList

SWAPI_DestroyCountryFlagsImageList

Destroys an image list created using the SWAPI_GetCountryFlagsImageList or SWAPI_GetCountryFlagsImageListEx functions.

Syntax

Microsoft Visual C++
BOOL __stdcall SWAPI_DestroyCountryFlagsImageList();
Borland Delphi
function SWAPI_DestroyCountryFlagsImageList: BOOL; stdcall;
Microsoft Visual Basic
Declare Function SWAPI_DestroyCountryFlagsImageList Lib "swapires.dll" () As Boolean

Parameters

This function has no parameters.

Return Value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Defined In

Microsoft Visual C++
SWAPIRes.h, SWAPIRes.cpp
Borland Delphi
SWAPIRes.pas
Microsoft Visual Basic
SWAPIRes.bas

See Also

SWAPI_GetCountryFlagsImageList
SWAPI_GetCountryFlagsImageListEx


Copyright © 2006-2008, TamoSoft