Contents

Invalidate

Declaration

kern_return_t Invalidate();

Return Value

kIOReturnSuccess on success. See IOReturn.h for error codes.

Discussion

Invalidate the IOWorkGroup.

This releases the kernel reference to the IOWorkGroup, allowing the name to be used for a different IOWorkGroup. This method should be called after the client has configured the eventlink with the IOConnectTrap call. After invalidation, the IOWorkGroup can no longer be configured through the IOConnectTrap call. No other functionality is affected.