This reference page is linked to from the following overview topics: Utility Functions for Use with Bitmap Files.
Functions |
|
| BMMExport int | BMMGetFullFilename (BitmapInfo *bi) |
| These functions search the system for a
bitmap. |
|
| BMMExport BOOL | BMMGetFullFilename (const MCHAR *namein, MCHAR *nameout) |
| BMMExport int BMMGetFullFilename | ( | BitmapInfo * | bi | ) |
These functions search the system for a bitmap.
The input parameter contains the name of the bitmap that is
searched for (bi->Name() or namein). If the filename from the
input is incorrect, and the bitmap is found somewhere else, these
functions set the output (bi->Name() or nameout) with the
correct path.
The order of the search is as follows:
| BMMExport BOOL BMMGetFullFilename | ( | const MCHAR * | namein, |
| MCHAR * | nameout | ||
| ) |