This example lets you find the current Desktop folder and sets the default drop operation to DO_MOVE, which was the default for OS/2 Warp Version 3.
WPDesktop *Desktop;
Desktop = _wpclsQueryObjectFromPath("<WP_DESKTOP>");
_wpSetDefaultDropOp(somSelf,DO_MOVE);