This instance method is called to create an object from a template.
#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 fLock; /* Lock object flag. */
WPObject *rc; /* Pointer to the new object. */
rc = _wpCreateFromTemplate(somSelf, folder,
fLock);