Contents

getAggressiveness

Returns the current aggressiveness value for the given type.

Declaration

virtual IOReturn getAggressiveness( 
 unsigned longtype, 
 unsigned long *currentLevel );

Parameters

  • type:

    The aggressiveness factor to query.

  • currentLevel:

    Upon successful return, contains the value of aggressiveness factor type.

Return Value

kIOReturnSuccess upon success; an I/O Kit error code otherwise.

See Also

Miscellaneous