OP_BLOB-Struktur
Enthält einen undurchsichtigen Bytepuffer.
Syntax
typedef struct _OP_BLOB
{
ULONG cbBlob;
[size_is(cbBlob)] PBYTE pBlob;
} OP_BLOB, *POP_BLOB;
Member
cbBlob
Gibt die Größe von pBlob in Bytes an.
pBlob
Verweist auf einen Bytepuffer.