wpSaveDeferred - Syntax

This instance method saves a given object asynchronously on a separate thread.

#define INCL_WINWORKPLACE
#include <os2.h>

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

rc = _wpSaveDeferred(somSelf);


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