struktur HTTP_SERVICE_BINDING_A (http.h)
Struktur HTTP_SERVICE_BINDING_A menyediakan Nama Prinsip Layanan (SPN) di ASCII.
Sintaks
typedef struct _HTTP_SERVICE_BINDING_A {
HTTP_SERVICE_BINDING_BASE Base;
PCHAR Buffer;
ULONG BufferSize;
} HTTP_SERVICE_BINDING_A, *PHTTP_SERVICE_BINDING_A;
Anggota
Base
Nilai HTTP_SERVICE_BINDING_BASE , anggota Jenis yang harus diatur ke HttpServiceBindingTypeA.
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 |