Share via


BLOB_TABLE

The BLOB_TABLE structure contains an array of BLOBs.

typedef struct {
  DWORD dwNumBlobs;
  HBLOB hBlobs[];
} BLOB_TABLE, 
 *PBLOB_TABLE;

Members

  • dwNumBlobs
    Indicator that many BLOBs follow.
  • hBlobs
    Handle to the BLOB array.

Requirements

Client Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Header

Declared in Netmon.h.