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
|