CallParam data for NOTIFY_CLASSDESC_REPLACED broadcasts.
A pointer to an instance of this structure is passed to BroadcastNotification after a ClassDesc is replaced by another one in a ClassDirectory. This occurs when the dll containing a deferred loaded plugin is loaded.
#include <plugapi.h>

Public Attributes |
|
| const ClassDesc * | oldClassDesc |
| The old class descriptor. |
|
| const ClassDesc * | newClassDesc |
| The new class descriptor. |
|
| const ClassDesc* oldClassDesc |
The old class descriptor.
| const ClassDesc* newClassDesc |
The new class descriptor.