OP_BLOB structure
Contient une mémoire tampon d’octets opaque.
Syntaxe
typedef struct _OP_BLOB
{
ULONG cbBlob;
[size_is(cbBlob)] PBYTE pBlob;
} OP_BLOB, *POP_BLOB;
Membres
cbBlob
Spécifie la taille de pBlob en octets.
pBlob
Pointe vers une mémoire tampon d’octets.