Help for this page
typedef struct DATA_BLOB { DWORD cbData; // DWORD that contains the count, in bytes, of data. BYTE *pbData; // Pointer to the data buffer. }