HMIN_message_send()
Allows you to send a message to the message file while a database is being read in.
Syntax
void HMIN_message_send(int type, char * message, char * resolution);
Type
HyperMesh hminlib Function
Description
Allows you to send a message to the message file while a database is being read in.
Inputs
- type
- The type of message you want to send. Set the type to:
- message
- A character string that contains the message you want sent out to the file.
- resolution
- A character string that gives the your resolution to a problem. If a resolution should not be written set to NULL.
Errors
None.