BLOB (Structures)
Last changed: -130.225.51.45

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct Blob
    {
        public int cbSize;
        public IntPtr pBlobData;
    }

VB Definition:

Structure BLOB
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
BLOB on MSDN