Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Mac | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of SMonitors
Back to the top of SMonitors
ErrCode getMainMonitorInfo( long *monitorInfoP );
Get information on the user's main monitor into 'monitorInfoP'. eMonitorIntArray defines the offset of each piece of data. For instance, the depth of the monitor will be stored at monitorInfoP[ kOffsDepth ]
static ErrCode getMainMonitorInfo( long *monitorInfoP );
Back to the top of SMonitors
ErrCode getAllMonitorInfo( long *monitorInfoP, long maxToReturn, long *numDone );
Get information on each of the user's monitors into 'monitorInfoP'. 'numDone' will contain the number of monitors for which information is returned. Information on each monitor will be stored at succeeding offsets, in a similar manner as with the 'getMainMonitorInfo()' routine.
static ErrCode getAllMonitorInfo( long *monitorInfoP, long maxToReturn, long *numDone );
Back to the top of SMonitors
Unnamed_Enum UEnum_SMonitors_h_1;
The offsets at which monitor information is stored.
enum { kOffsBoundsTop = 0, kOffsBoundsLeft = 1, kOffsBoumdsBottom = 2, kOffsBoundsRight = 3, kOffsWorkareaTop = 4, kOffsWorkareaLeft = 5, kOffsWorkareaBottom = 6, kOffsWorkareaRight = 7, kOffsDepth = 8, kOffsIsMainMonitor = 9, kOffsRefNum = 10,
Back to the top of SMonitors
Back to the top of SMonitors
Back to the top of SMonitors
Back to the top of SMonitors
Report problems to jkotula@stratasys.com