NameChange Struct Reference
 
 
 
NameChange Struct Reference

#include <notify.h>

Inheritance diagram for NameChange:
MaxHeapOperators

Class Description

The name change call parameter structure.

The call parameter that accompanies any notification that involves a name change of an object(The name change notifications.), which contains information of both the old name and the new name of the changed object.

Public Attributes

const MCHAR *  oldname
  The old name of the changed object.
const MCHAR *  newname
  The new name that is assigned to the changed object.

Member Data Documentation

const MCHAR* oldname

The old name of the changed object.

const MCHAR* newname

The new name that is assigned to the changed object.