Functions | |
| int | ICOCloseFile (int handle) |
| int | ICOOpenFile (const FILEPATH &filename, char *mode) |
| int | ICOReadANDImage (int handle, ICO_ICONDIRENTRY *IconDirEntry, ICO_BITMAPINFOHEADER *BitmapInfoHeader, UINT8 **ANDimageData) |
| int | ICOReadBITMAPINFOHEADER (int handle, ICO_ICONDIRENTRY *IconDirEntry, ICO_BITMAPINFOHEADER *BitmapInfoHeader) |
| int | ICOReadICONDIRENTRYs (int handle, ICO_ICONHEADER *IconHeader, ICO_ICONDIRENTRY **IconDirEntries) |
| int | ICOReadICONHEADER (int handle, ICO_ICONHEADER *IconHeader) |
| int | ICOReadRGBQUADs (int handle, ICO_ICONDIRENTRY *IconDirEntry, ICO_BITMAPINFOHEADER *BitmapInfoHeader, ICO_RGBQUAD **RGBQuads) |
| int | ICOReadXORImage (int handle, ICO_ICONDIRENTRY *IconDirEntry, ICO_BITMAPINFOHEADER *BitmapInfoHeader, UINT8 **ImageData) |
|
|
Close a Microsoft Windows .ICO file.
|
|
||||||||||||
|
Open a Microsoft Windows .ICO file.
|
|
||||||||||||||||||||
|
Read an icon's transparency mask data from an .ICO file.
|
|
||||||||||||||||
|
Read an icon's binary header data from an .ICO file.
|
|
||||||||||||||||
|
Read individual icon headers for an .ICO file.
|
|
||||||||||||
|
Read the header for an .ICO file.
|
|
||||||||||||||||||||
|
Read an icon's color map from an .ICO file.
|
|
||||||||||||||||||||
|
Read an icon's data from an .ICO file.
|
1.3.8-20040913