ReactivateLHAPI
Using this function, the application reestablishes LHAPI's LHAPIBLOCK data structure after being switched back in. This routine first sends a REACTIVATE message to all the currently defined windows, followed by an APPEAR message.
- Syntax: void DISTANCE ReactivateLHAPI(LHAPIBLOCK *LHAPIData)
- Parameters: *LHAPIData Pointer to the application's LHAPI block (should be the same block that was called for InitializeLHAPI).
- Returns: None
- Related Calls: DeactivateLHAPI(), SendAllMsg()
- Comments: ReactivateLHAPI() actually makes a SendAllMsg(APPEAR, 0, 0) call.