Q3Tracker_GetActivation
You can use theQ3Tracker_GetActivation
function to get the activation state of a tracker.
TQ3Status Q3Tracker_GetActivation ( TQ3TrackerObject trackerObject, TQ3Boolean *active);
trackerObject
- A tracker object.
active
- On exit, a Boolean value that indicates whether the specified tracker is active (
kQ3True
) or inactive (kQ3False
).DESCRIPTION
TheQ3Tracker_GetActivation
function returns, in theactive
parameter, a Boolean value that indicates whether the tracker specified by thetrackerObject
parameter is currently active or inactive.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help