m_reg_app_name
This call records the null-terminated string pointed to by appname as the name of the application. The application name is used in the low memory closeout screen. The third field in the APNAME.LST entry provides an initial name for external applications. Internal applications use this function to record their names.
- Syntax: void reg_app_name (char far * app_name)
- Parameters: char far * app_name - Null terminated string, representing the name of
the application
- Returns: None