wpRestoreFldrRunObjs - Syntax

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

This instance method is called when a work area folder is opened. It goes through the list of objects last saved by wpStoreFldrRunObjs and reopens all views of those objects that were open when the work area folder was last closed.

#define INCL_WINWORKPLACE
#include <os2.h>

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

rc = _wpRestoreFldrRunObjs(somSelf);


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