ITComOnlineChange interface
The ITComOnlineChange interface is used to perform Online Changes of modules.
Syntax
TCOM_DECL_INTERFACE ("D28A8CD2-5477-4B75-AF0F-998841AF9E44", ITComOnlineChange)
Methods
Name | Description |
---|---|
This method is called to prepare the Online Change. | |
This method is called to perform the Online Change. |
Comments
The implementation of this interface is necessary for a module to be capable of Online Change. Furthermore such a module must be created in a versioned C++ project.
- Here is a general description of the procedure.
- This procedure can be followed for existing modules: Online Change.