struktur SetCHAPSharedSecret_IN (iscsiop.h)
Struktur SetCHAPSharedSecret_IN menyimpan data input untuk metode SetCHAPSharedSecret .
Sintaks
typedef struct _SetCHAPSharedSecret_IN {
ULONG SharedSecretSize;
UCHAR SharedSecret[1];
} SetCHAPSharedSecret_IN, *PSetCHAPSharedSecret_IN;
Anggota
SharedSecretSize
Ukuran, dalam byte, dari rahasia bersama.
SharedSecret[1]
Array panjang variabel yang berisi rahasia bersama.
Keterangan
Anda harus menerapkan metode ini.
Persyaratan
Persyaratan | Nilai |
---|---|
Header | iscsiop.h (termasuk Iscsiop.h) |