Q3Controller_Decommission
You can use theQ3Controller_Decommission
function to make a controller inactive.
TQ3Status Q3Controller_Decommission ( TQ3ControllerRef controllerRef);
controllerRef
- A reference to a controller.
DESCRIPTION
TheQ3Controller_Decommission
function makes the controller specified by thecontrollerRef
parameter inactive. Any remaining references to a controller that has been decommissioned are still valid, but the controller is no longer operational. (In other words, when the specified controller is referred to by an application or process other than the one that created it, reasonable default values are returned, notkQ3Failure
.) Decommissioning a controller might cause the notify function of the tracker currently associated with the specified controller to be called.SPECIAL CONSIDERATIONS
TheQ3Controller_Decommission
function should be called only by the application or process that created the specified controller.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help