wpConfirmDelete - Syntax

This instance method is called to allow the object to prompt the user to confirm the deletion of this object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;         /*  Pointer to the object on which the method is being invoked. */
ULONG         fConfirmations;  /*  Confirmation flags. */
ULONG         rc;              /*  User-response value. */

rc = _wpConfirmDelete(somSelf, fConfirmations);


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