Supported Browsers Home   
MGL_loadCursor Previous   
MGL_loadFont Next   
External Functions Up   

MGL_loadCursorExt

Load a cursor file from disk from an opened file.

Declaration

cursor_t * MGLAPI MGL_loadCursorExt(
    FILE *f,
    ulong dwOffset,
    ulong dwSize)

Prototype In

mgraph.h

Parameters

f

Open file to read cursor from (binary mode)

dwOffset

Offset to the start of the cursor file

dwSize

Size of the file

 

Return Value

Pointer to the loaded cursor file

Description

This function is the same as MGL_loadCursor, however it works with a previously opened file. This allows you to create your own large files with multiple files embedded in them.

See Also

MGL_loadCursor

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com