MMCN_PASTE

[This is preliminary documentation and subject to change.]

Called to ask the snap-ins folder to paste the selected items.

Parameters

pDataobject
The data object in which to paste the selected items provided by the snap-in.
arg
The data object of the selected item(s) provided by the source snap-in that need to be pasted.
param
NULL for move (as opposed to cut).

For a single-item paste:

BOOL* pPasted = (BOOL*)param; Set this to TRUE here if the item was successfully pasted.

For a multiitem paste:

LPDATAOBJECT* ppDataObj = (LPDATAOBJECT*)param;

Use this to return a pointer to a data object consisting of the items successfully pasted. See MMCN_CUTORMOVE.

Return Values

Not used.

See Also

MMCN_CUTORMOVE