Public Attributes

ClassDescReplaced Struct Reference

Search for all occurrences

Detailed 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

#include <plugapi.h>

Inheritance diagram for ClassDescReplaced:
Inheritance graph
[legend]

List of all members.

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.