BtLString Structure

 

<< Click to Display Table of Contents >>

Navigation:  Field Structures >

 

BtLString Structure

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Structure that is used to store Btrieve LString fields

 

 

 

Prototype

 

 

STRUCTURE  BtLString ALIGN 1

 

 

 

Source Code

 

 

STRUCTURE  BtLString ALIGN 1

         MEMBER nLength AS BYTE   // String Length

         MEMBER pText   AS PTR    // pointer to the string contents