SWAPI_GetCountryFlagsImageListEx
This function is similar to SWAPI_GetCountryFlagsImageList, but it allows you to use additional parameters when creating an image list.
Syntax
| Microsoft Visual C++ |
DWORD __stdcall SWAPI_GetCountryFlagsImageListEx( DWORD Flags ); |
|
| Borland Delphi |
function SWAPI_GetCountryFlagsImageListEx( const Flags: DWORD ): HIMAGELIST; stdcall; |
|
| Microsoft Visual Basic |
Declare Function SWAPI_GetCountryFlagsImageListEx Lib "swapires.dll" ( ByVal Flags As Long ) As Long |
|
Parameters
| Flags |
| Combination of bit flags that will be passed as the flags parameter of the ImageList_Create function when creating an image list. |
Defined In
| Microsoft Visual C++ |
| SWAPIRes.h, SWAPIRes.cpp |
|
| Borland Delphi |
| SWAPIRes.pas |
|
| Microsoft Visual Basic |
| SWAPIRes.bas |
|
See Also
SWAPI_GetCountryFlagsImageList
Copyright © 2006-2008, TamoSoft
|