wpSetFolder - Syntax

This method is specific to Version 4, or higher, of the OS/2 operating system.

This instance method sets this object to reside in the specified folder.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;    /*  Pointer to the object on which the method is being invoked. */
WPObject     *container;  /*  Folder that the object is to reside in. */
BOOL          rc;         /*  Success indicator */

rc = _wpSetFolder(somSelf, container);


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