IAddInModule Interface
Enables applications to initialize when they start running, and to uninitialize before they close. Windows Media Center calls the methods of this interface.
Syntax
public interface IAddInModule
Public Instance Methods
Method | Description |
Initialize | Initializes private variables and allocates system resources. |
Uninitialize | Saves state information and frees system resources. |
See Also