wpQueryConfirmations - Syntax

This instance method is called to determine which confirmations are set on this object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
ULONG         ulflag;   /*  Confirmation flags. */

ulflag = _wpQueryConfirmations(somSelf);


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