uLib  User mode C/C++ extended API library for Win32 programmers.
System ImageList Support

Module Description

Access the system image lists (the hard-core way).
#include <uLib/SysImgList.h>

Classes

class  SysImgList
 

Macros

#define I_NOIMAGE   (I_IMAGECALLBACK-1)
 Equivalent to I_IMAGENONE. More...
 

Enumerations

enum  eSysImg {
  siAnyDoc, siFmtDoc, siExe, siFolderClosed,
  siFolderOpen, siFlop525, siFlop35, siTapeDrv,
  siHardDrv, siNetDrv, siNetDrvOff, siOpticDrv,
  siRamDrv, siWorld, siCable, siMachine,
  siPrinter, siWAN, siLAN
}
 

Macro Definition Documentation

◆ I_NOIMAGE

#define I_NOIMAGE   (I_IMAGECALLBACK-1)

Equivalent to I_IMAGENONE.

Definition at line 61 of file SysImgList.h.

Enumeration Type Documentation

◆ eSysImg

enum eSysImg

Fixed initial entries in the system imagelist (shell32).
These are not covered by the Toolbar Standard Button Image Index values.

Enumerator
siAnyDoc 

Any document.

siFmtDoc 

Formatted document.

siExe 

Executable file.

siFolderClosed 

Closed folder.

siFolderOpen 

Open folder.

siFlop525 

5.25" floppy drive.

siFlop35 

3.5" floppy drive.

siTapeDrv 

Tape drive.

siHardDrv 

Harddisk drive.

siNetDrv 

Network drive.

siNetDrvOff 

Network drive (offline).

siOpticDrv 

Optical drive.

siRamDrv 

RAM drive.

siWorld 

The world.

siCable 

The cable.

siMachine 

Das komputermaschine ist nicht fur gefingerpoken und mittengrabben, oderwise
ist easy schnappen der springenwerk blowenfusen, und poppenkorken mit spitzensparken.
Das maschine ist diggen by experten only, und nicht fur gewerken by dummkopfen.
Zo.. die rubbernecken muss die cottonpicken händer in die pocket keepen,
relaxen, und only watschen die blinkenlights... 😉

siPrinter 

A printer.

siWAN 

The wide-area net.

siLAN 

The local network.

Definition at line 32 of file SysImgList.h.