Contents

sSetUserClientExclusivityState

The sSetUserClientExclusivityState method is a static function used as C->C++ glue for going behind the command gate.

Declaration

static void sSetUserClientExclusivityState (
 IOSCSIProtocolInterface *self,
 IOReturn *result,
 IOService *userClient,
 boolstate );

Parameters

  • self:

    The 'this' pointer for the class.

  • result:

    A pointer to an IOReturn for the resulting status.

  • userClient:

    The instance of SCSITaskUserClient for which to change exclusivity state.

  • state:

    A bool indicating the desired state to set.

Overview

The sSetUserClientExclusivityState method is a static function used as C->C++ glue for going behind the command gate.

See Also

Miscellaneous