m_locate_SVC
This call gets a pointer to a particular S_SERVICE entry.
- Syntax: void far * m_locate_SVC(search_string)
- Parameters: search_string - Pointer to a 4-character string to match
"?" may be used as a wild card.
- Returns: Far pointer address to TSR's application entry point
NULL - if match not found
- Related Calls: m_get_SVC_entry, m_free_SVC_entry.