structname_fieldname_size(blob)

The size function for a blob element returns the number of bytes in the blob. Handle is returned from classname_structname_read_handle().

Prototype

 
    MCO_RET	structname_fieldname_size(	/*IN*/ structname *handle, 
                           /*OUT*/ uint4 *size );
 

Arguments

handle A pointer to a structname handle

size

A uint4 pointer to receive the size of the element

Description

The size function for a blob element returns the number of bytes in the blob. Handle is returned from classname_structname_read_handle().

Return Codes

See classname_fieldname_size (blob).

Related Topics Link IconRelated Topics