wpMoveObject - Syntax

This instance method is called to move the object to a different location.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
WPFolder     *Folder;   /*  Pointer to a Folder object. */
BOOL          rc;       /*  Success indicator. */

rc = _wpMoveObject(somSelf, Folder);


[Back: wpMoveObject]
[Next: wpMoveObject Parameter - somSelf]