Home | Previous Page | Next Page   Data Manipulation > Using Smart Large Objects > Converting an LO Handle Between Binary and Text >

Binary and Text Representations of an LO Handle

The MI_LO_HANDLE data type (for an LO handle) is an opaque C data structure with a length of MI_LO_SIZE. The binary representation of the LO handle is a flat array of MI_LO_SIZE bytes. You can perform the following actions on the binary representation of an LO handle:

The text representation of an LO handle is the text hexadecimal dump of the flat binary array. To represent the hexadecimal format, each binary byte requires two bytes of characters. You can perform the following actions on the text representation of an LO handle:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]