Pilz.Win32
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
Extrahiert das Icon aus einer Datei oder aus einem Ordner.
Hier übergeben Sie den Pfad der Datei von dem das Icon extrahiert werden soll.
Bei übergabe von true wird ein kleines und bei false ein großes Icon zurück gegeben.
Get the number of icons in the specified file.
Full path of the file to look for.
Parse strings in registry who contains the name of the icon and
the index of the icon an return both parts.
The full string in the form "path,index" as found in registry.
The "path" part of the string.
The "index" part of the string.
Two constants extracted from the FileInfoFlags, the only that are
meaningfull for the user of this class.
Retrieve the handle to the icon that represents the file and the index
of the icon within the system image list. The handle is copied to the
hIcon member of the structure specified by psfi, and the index is copied
to the iIcon member.
Indicates that the function should not attempt to access the file
specified by pszPath. Rather, it should act as if the file specified by
pszPath exists with the file attributes passed in dwFileAttributes.
Contains information about a file object.
Handle to the icon that represents the file. You are responsible for
destroying this handle with DestroyIcon when you no longer need it.
Index of the icon image within the system image list.
Array of values that indicates the attributes of the file object.
For information about these values, see the IShellFolder::GetAttributesOf
method.
String that contains the name of the file as it appears in the Microsoft
Windows Shell, or the path and file name of the file that contains the
icon representing the file.
String that describes the type of file.