SetGroupPresharedKey_OUT structure (iscsiop.h)

The SetGroupPresharedKey_OUT structure holds the output data for the SetGroupPresharedKey method.

Syntax

typedef struct _SetGroupPresharedKey_OUT {
  ULONG Status;
} SetGroupPresharedKey_OUT, *PSetGroupPresharedKey_OUT;

Members

Status

On output, the status of the SetGroupPresharedKey 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

SetGroupPresharedKey

SetGroupPresharedKey_IN