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>
Public Attributes |
|
MCHAR * | oldname |
The old name of the changed object. |
|
MCHAR * | newname |
The new name that is assigned to the changed
object. |
MCHAR* oldname |
The old name of the changed object.
MCHAR* newname |
The new name that is assigned to the changed object.