SetGroupPresharedKey_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _SetGroupPresharedKey_IN {
  ULONG KeySize;
  UCHAR Key[1];
} SetGroupPresharedKey_IN, *PSetGroupPresharedKey_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_setgrouppresharedkey_in)

_SetGroupPresharedKey_IN structure

Description

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

Members

KeySize

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

Key

The preshared group key.

Remarks

You must implement this method.

See also

SetGroupPresharedKey

SetGroupPresharedKey_OUT