//docs/MPGui.doc/ReadMPGui
NAME
ReadMPGui -- Reads information for an MPGui. (V4)
SYNOPSIS
result = ReadMPGui( fname, gh)
D0 A0 A1
BOOL ReadMPGui( char *, struct MPGuiHandle *);
FUNCTION
Reads all the information in the file for an MPGuiHandle allocated by
AllocMPGuiHandle().
INPUTS
fname - name of file describing gui.
gh - MPGuiHandle allocated by AllocMPGuiHandle().
RESULT
TRUE if file read OK
FALSE for error. Use MPGuiError() to get error.
EXAMPLE
NOTES
Ignores any tags supplied to AllocMPGuiHandleA().
This currently serves no purpose, but may be later used for a gui based
gui designer.
BUGS
Currently does nothing!
Does not handle TEXT/MTEXT
SEE ALSO
AllocMPGuiHandleA(),MPGuiError(),WriteMPGui().