SetGroupPresharedKey_IN structure (iscsiop.h)

The SetGroupPresharedKey_IN structure holds the input data for the SetGroupPresharedKey method.

Syntax

typedef struct _SetGroupPresharedKey_IN {
  ULONG KeySize;
  UCHAR Key[1];
} SetGroupPresharedKey_IN, *PSetGroupPresharedKey_IN;

Members

KeySize

The size, in bytes, of the key in Key.

Key[1]

The preshared group key.

Remarks

You must implement this method.

Requirements

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

See also

SetGroupPresharedKey

SetGroupPresharedKey_OUT