void AddNotify(HALNotify * notify);
AddNotify adds an external notification object that will be informed about HAL events such as InitHAL/ShutdownHAL. AddNotify should be removed with RemoveNotify.
Parameters |
Description |
HALNotify * notify |
A pointer to HALNotify for informing the video mode changes. |