m_help2_getmetrics
This routine gets the help screen coordinates based on the Helpmetrics structure dimensional information. m_help2_getmetrics must be called after m_help2_init.
- Syntax: int far m_help2_getmetrics(char far * &HelpStruct,
char far * &HelpMetrics)
- Parameters: char far * &HelpStruct - Pointer to the help structure
char far * &HelpMetrics - Pointer to the HelpMetrics structure
- Returns: H_RC_OK (0) - Success
H_RC_FILE_ERR (1) - File could not be opened
H_RC_REV_ERR (2) - Help file revision mismatch
- Related Calls: This routine must be called after m_help2_init.