strDDFile Structure
<< Click to Display Table of Contents >>
strDDFile Structure
|
|
Purpose
Record layout for the File.DDF table
Prototype
STRUCTURE strDDFile ALIGN 1
Source Code
STRUCTURE strDDFile ALIGN 1
MEMBER FileNo AS WORD // File ID assigned by DDF builder
MEMBER DIM FileName[20] AS BYTE // Table name
MEMBER DIM Location[64] AS BYTE // Table location
MEMBER Flags AS BYTE // File Flags
MEMBER DIM Reserved[10] AS BYTE // Reserved
// Indexes
// No Fields
// 0 File No
// 1 FileName
See Also
strDDField, StrDDIndex, StrDDFieldExt, StrDDComment