ISCSITGT_SPT_SESSION_STOP structure

[The following structure is available for use in Windows Server 2012 R2. It may be altered or unavailable in subsequent versions.]

Used with the IOCTL_SCSI_MINIPORT IOCTL and the CTLCODE_ISCSITGT_SPT_SESSION_END (0x101) control code to stop a session.

Syntax

typedef struct _ISCSITGT_SPT_SESSION_STOP {
  SRB_IO_CONTROL Header;
  SESSION_COOKIE ITNexusHandle;
} ISCSITGT_SPT_SESSION_STOP, *PISCSITGT_SPT_SESSION_STOP;

Members

Header

Mandatory header.

ITNexusHandle

An opaque handle representing a session.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2 [desktop apps only]
End of client support
None supported
End of server support
Windows Server 2012 R2

See also

iSCSI Target Pass-Through

SRB_IO_CONTROL