wpCreateAnother - Syntax

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

This instance method is called to create another object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;      /*  Pointer to the object on which the method is being invoked. */
PSZ           pszTitle;     /*  String containing the title of the object. */
PSZ           pszSetupEnv;  /*  Environment setup string. */
WPFolder     *Folder;       /*  Pointer to the container. */
WPObject     *Object;       /*  Pointer to the new object. */

Object = _wpCreateAnother(somSelf, pszTitle,
           pszSetupEnv, Folder);


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