SetGroupPresharedKey_OUT - NtDoc

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

typedef struct _SetGroupPresharedKey_OUT {
  ULONG Status;
} SetGroupPresharedKey_OUT, *PSetGroupPresharedKey_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetGroupPresharedKey_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

SetGroupPresharedKey

SetGroupPresharedKey_IN