Carbon


GetWindowRegionRec

Header: MacWindows.h

struct GetWindowRegionRec {
     winRgn; 
    WindowRegionCode regionCode;
};
typedef GetWindowRegionRec GetWindowRegionPtr;

Field descriptions

winRgn

A handle to a window region based on the value specified in the regionCode field. Modify this region.

regionCode

A value representing a given window region; see “Window Region Constants”.

The window region structure is a structure of type GetWindowRegionRec.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)