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 포함) |