|
GetSystemImageList function
Shell utilities routines |
|
| acUtils
|
| function GetSystemImageList(Size: Integer): THandle;
|
| // Size can be only 16 (16x16) or 32 (32x32)
|
| The GetSystemImageList function retrieves handle of the system image list (which contains icons for every shell object, i.e: file types, exe-icons, My Computer/Recycled Bin icons etc).
|
|
|
| The Windows shell operates only with 16x16 and 32x32 icons. This means that value of Size parameter can be only 16 or 32.
|
| acSystemImageList component.
|