estrutura OP_BLOB
Contém um buffer de bytes opaco.
Sintaxe
typedef struct _OP_BLOB
{
ULONG cbBlob;
[size_is(cbBlob)] PBYTE pBlob;
} OP_BLOB, *POP_BLOB;
Membros
cbBlob
Especifica o tamanho do pBlob em bytes.
pBlob
Aponta para um buffer de bytes.