INT
SetupDiDrawMiniIcon(
IN HDC hdc,
IN RECT rc,
IN INT MiniIconIndex,
IN DWORD Flags
);
SetupDiDrawMiniIcon draws the specified mini-icon at the location requested.
Class |
Index |
Computer |
0 |
Display |
2 |
Mouse |
5 |
Keyboard |
6 |
FDC |
9 |
HDC |
9 |
Ports |
10 |
Net |
15 |
System |
0 |
Sound |
8 |
Printer |
14 |
Monitor |
2 |
Network Transport |
3 |
Network Client |
16 |
Network Service |
17 |
Unknown |
18 |
This function returns the offset from the left side of rc where the string should start.
By default, the icon is centered vertically and butted against the left side of the specified rectangle.