This method restores the state of the object which was saved during the processing of the wpSaveState method.
#define INCL_WINWORKPLACE #include <os2.h> WPObject *somSelf; /* Pointer to the object on which the method is being invoked. */ ULONG ulReserved; /* Reserved value; must be 0. */ BOOL rc; /* Success indicator. */ rc = _wpRestoreState(somSelf, ulReserved);