dmz_graph_load_bmp

The dmz_graph_load_bmp function loads a bitmap from a file, returning an 'int' handle to that bitmap.  Calling dmz_graph_kill will destroy all bimaps loaded by dmz_graph_load_bmp.  This functrion first tries to load the bitmap as a resource, if that fails, it tries it as a file.

int dmz_graph_load_bmp (

                char* filename

);

 

Return Values

ID handle for bitmap loaded if successful, negative value on error.

For more information see dmz_graph error codes.

 

Parameters

file

null-terminated string of the file name to load

 

Remarks

 

QuickInfo

Windows: Requires dmzgraphics.dll


Last updated by me: Emory Al-Imam on October 23, 2000 01:21