Description:

VisRegionNotify recalculates the visible region and validates the DC region.

#include <os2.h>

ULONG    hdc;       /*  Device context handle. */
BOOL     fSuccess;  /*  Return codes. */

fSuccess = VisRegionNotify(hdc);


[Back: VisRegionNotify]
[Next: VisRegionNotify Parameter - hdc]