[This is preliminary documentation and subject to change.]
Called to ask the snap-ins folder to paste the selected items.
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.
Not used.
MMCN_CUTORMOVE