SetGroupPresharedKey_OUT 구조체(iscsiop.h)

SetGroupPresharedKey_OUT 구조체는 SetGroupPresharedKey 메서드에 대한 출력 데이터를 보유합니다.

구문

typedef struct _SetGroupPresharedKey_OUT {
  ULONG Status;
} SetGroupPresharedKey_OUT, *PSetGroupPresharedKey_OUT;

구성원

Status

출력에서 SetGroupPresharedKey 작업의 상태입니다. 상태 한정자 목록은 ISCSI_STATUS_QUALIFIERS 참조하세요.

설명

이 메서드를 구현해야 합니다.

요구 사항

   
헤더 iscsiop.h(Iscsiop.h 포함)

참조

ISCSI_STATUS_QUALIFIERS

SetGroupPresharedKey

SetGroupPresharedKey_IN