Public Attributes

NameChange Struct Reference

Search for all occurrences

Detailed 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.

#include <notify.h>

List of all members.

Public Attributes

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

Member Data Documentation

MCHAR* oldname

The old name of the changed object.

MCHAR* newname

The new name that is assigned to the changed object.