Contents

sGetUserClientExclusivityState

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

Declaration

static void sGetUserClientExclusivityState (
 IOSCSIProtocolInterface *self,
 bool *state );

Parameters

  • self:

    The 'this' pointer for the class.

  • state:

    A pointer to a bool in which the state should be set.

Overview

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

See Also

Miscellaneous