|
<< Click to Display Table of Contents >> BLOBParamDesc (BLOB or long string descriptor) |
![]() ![]()
|
The BLOBParamDesc structure is used with FLDDesc to bind a BLOB or long string (greater than 255 characters) parameter in a query, using the properties in the following table:
Field |
Type |
Description |
pBlobBuffer |
pBYTE |
Pointer to a client-allocated buffer containing the BLOB or long string to bind. |
ulBlobLen |
UINT32 |
Specifies the length of the buffer referenced by pBlobBuffer. |
iUnUsed4 |
UINT16 |
Reserved for future use. |