SetGroupPresharedKey_IN 구조체(iscsiop.h)
SetGroupPresharedKey_IN 구조체는 SetGroupPresharedKey 메서드에 대한 입력 데이터를 보유합니다.
구문
typedef struct _SetGroupPresharedKey_IN {
ULONG KeySize;
UCHAR Key[1];
} SetGroupPresharedKey_IN, *PSetGroupPresharedKey_IN;
멤버
KeySize
키의 키 크기(바이트)입니다.
Key[1]
미리 공유된 그룹 키입니다.
설명
이 메서드를 구현해야 합니다.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | iscsiop.h(Iscsiop.h 포함) |