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