HAL::AddNotify

HAL::AddNotify
void AddNotify(HALNotify * notify);
Description

AddNotify adds an external notification object that will be informed about HAL events such as InitHAL/ShutdownHAL. AddNotify should be removed with RemoveNotify.

Parameters
Parameters 
Description 
HALNotify * notify 
A pointer to HALNotify for informing the video mode changes.