Hide TOC

Data Types

CGWindowID

The data type used to store window identifiers.

typedef uint32_t CGWindowID;

Availability
Declared In
CGWindow.h

CGWindowListOption

The data type used to specify the options for gathering a list of windows.

typedef uint32_t CGWindowListOption;

Discussion

This type is used in conjunction with the constants described in “Window List Option Constants.”

Availability
Declared In
CGWindow.h

CGWindowImageOption

The data type to use to specify the type of image to be generated for a window.

typedef uint32_t CGWindowImageOption;

Discussion

This type is used in conjunction with the constants described in “Window Image Types.”

Availability
Declared In
CGWindow.h

CGWindowSharingType

The data type used to specify the sharing mode used by a window.

typedef uint32_t CGWindowSharingType;

Discussion

This type is used in conjunction with the constants described in “Window Sharing Constants.”

Availability
Declared In
CGWindow.h

CGWindowBackingType

The data type used to specify the backing option for a given window.

typedef uint32_t CGWindowBackingType;

Discussion

This type is used in conjunction with the constants described in “Backing Store Types.”

Availability
Declared In
CGWindow.h

Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-01-15)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.