#include <mi32/miodefns.h>Include dependency graph for macres.h:

Go to the source code of this file.
Defines | |
| #define | LIBEXPORT MI_DLLIMPORT |
Functions | |
| LIBEXPORT int | MacNumResourcesOfType (int file, UINT32 type) |
| LIBEXPORT int | MacReadResourceByID (int file, UINT32 type, UINT16 ResID, void **pData) |
| LIBEXPORT int | MacReadResourceByNum (int file, UINT32 type, int num, void **pData) |
|
|
|
|
||||||||||||
|
Return the number of resources of a given type in a data-fork resource file. This is for MacOS X where Apple kept TrueType fonts in the resource file structure but in a flat file.
|
|
||||||||||||||||||||
|
Read a resource of a given type and ID from a data-fork resource file. This is for MacOS X where Apple kept TrueType fonts in the resource file structure but in a flat file. If pData is NULL, just return the size of the buffer If not NULL, *pData is allocated and should be MmFree()'d
|
|
||||||||||||||||||||
|
Read the Nth resource of a given type from a data-fork resource file. This is for MacOS X where Apple kept TrueType fonts in the resource file structure but in a flat file. If pData is NULL, just return the size of the buffer If not NULL, *pData is allocated and should be MmFree()'d
|
1.3.8-20040913