struktur HTTP_SERVICE_BINDING_W (http.h)
Struktur HTTP_SERVICE_BINDING_W menyediakan Nama Prinsip Layanan (SPN) di Unicode.
Sintaks
typedef struct _HTTP_SERVICE_BINDING_W {
HTTP_SERVICE_BINDING_BASE Base;
PWCHAR Buffer;
ULONG BufferSize;
} HTTP_SERVICE_BINDING_W, *PHTTP_SERVICE_BINDING_W;
Anggota
Base
Nilai HTTP_SERVICE_BINDING_BASE , anggota Jenis yang harus diatur ke HttpServiceBindingTypeW.
Buffer
Penunjuk ke buffer yang mewakili SPN.
BufferSize
Panjangnya, dalam byte, dari string di Buffer.
Persyaratan
Persyaratan | Nilai |
---|---|
Klien minimum yang didukung | Windows Vista [hanya aplikasi desktop] |
Server minimum yang didukung | Windows Server 2008 [hanya aplikasi desktop] |
Header | http.h |