SetPresharedKeyForId_OUT - NtDoc

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

typedef struct _SetPresharedKeyForId_OUT {
  ULONG Status;
} SetPresharedKeyForId_OUT, *PSetPresharedKeyForId_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetPresharedKeyForId_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

SetPresharedKeyForId

SetPresharedKeyForId_IN