BtLString Structure
<< Click to Display Table of Contents >>
BtLString Structure
|
|
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