MMCN_CUTORMOVE

[This is preliminary documentation and subject to change.]

Specifies a data object listing the items to be cut or moved.

Parameters

pDataobject
NULL.
arg
Pointer to a data object.
param
Not used.

Return Values

Not used.

Remarks

In the case of moving items from a source to a destination, a data object is passed from the source to the destination that lists the items to be moved. The destination should copy the items and then return a data object that lists the successfully copied items. That data object is then passed to the source, along with the MMCN_CUTORMOVE notification. The source should then delete the successfully copies items.