A BLOB structure contains information about a block of data.
typedef struct _BLOB { ULONG cbSize; BYTE *pBlobData; } BLOB;
The structure name BLOB comes from the acronym BLOB, which stands for “Binary Large OBject”.
Note that this structure description says nothing about the nature of the data pointed to by pBlobData.
file: /Techref/os/win/api/win32/struc/src/str01_3.htm, 1KB, , updated: 2001/6/23 19:19, local time: 2024/11/8 04:47,
3.15.31.168:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str01_3.htm"> BLOB</A> |
Did you find what you needed? |