共用方式為


SetPresharedKeyForId_OUT結構 (iscsiop.h)

SetPresharedKeyForId_OUT 結構會保存 SetPresharedKeyForId 方法的輸出數據。

語法

typedef struct _SetPresharedKeyForId_OUT {
  ULONG Status;
} SetPresharedKeyForId_OUT, *PSetPresharedKeyForId_OUT;

成員

Status

在輸出中,SetPresharedKeyForId 作業的狀態。 如需狀態限定符的清單,請參閱 ISCSI_STATUS_QUALIFIERS

言論

您必須實作這個方法。

要求

要求 價值
標頭 iscsiop.h (包括 Iscsiop.h)

另請參閱

ISCSI_STATUS_QUALIFIERS

SetPresharedKeyForId

SetPresharedKeyForId_IN