Defined Types



IOWarriorCallbackFunctionPtr


A function pointer type for IOWarriors callback function.
typedef void (*IOWarriorDeviceCallbackFunctionPtr) (
    void* inRefCon
);

A function pointer type for IOWarriors callback function, that gets called whenever an IOWarrior device is added or removed. You can install you own callback function using the IOWarriorSetCallback fucntion.

(Last Updated 11/5/2003)