SetPresharedKeyForId_OUT structure (iscsiop.h)

The SetPresharedKeyForId_OUT structure holds the output data for the SetPresharedKeyForId method.

Syntax

typedef struct _SetPresharedKeyForId_OUT {
  ULONG Status;
} SetPresharedKeyForId_OUT, *PSetPresharedKeyForId_OUT;

Members

Status

On output, the status of the SetPresharedKeyForId operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

You must implement this method.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

ISCSI_STATUS_QUALIFIERS

SetPresharedKeyForId

SetPresharedKeyForId_IN