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 |
[ Windows | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of SMonitors
Back to the top of SMonitors
ErrCode iGetMainMonitorInfo( 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 iGetMainMonitorInfo( long *monitorInfoP );
Back to the top of SMonitors
ErrCode iGetAllMonitorInfo( long *monitorInfoP, long maxToReturn, long *numReturnedP );
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 iGetAllMonitorInfo( long *monitorInfoP, long maxToReturn, long *numReturnedP );
Back to the top of SMonitors
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, kMonitorInfoNumInts = 20 } eMonitorIntArray;
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