ClassDescReplaced Struct Reference
 
 
 
ClassDescReplaced Struct Reference

#include <plugapi.h>

Inheritance diagram for ClassDescReplaced:
MaxHeapOperators

Class Description

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.

See also:
NOTIFY_CLASSDESC_REPLACED

Public Attributes

const ClassDesc oldClassDesc
  The old class descriptor.
const ClassDesc newClassDesc
  The new class descriptor.

Member Data Documentation

The old class descriptor.

The new class descriptor.