[ROOT] --> C-Client

struct PETableLocation

Contains database location information.

Source:
C:\FlatInclude\Crystal:Structures.h

Variables Index

Location
Specifies the database location. This member is database dependent and must be formatted correctly for the expected database, for examples see the Crystal Developers Help.
StructSize
Specifies the size of the PETableLocation structure. You must initialize this member to be the size of whatever it is, for example location.StructSize = PE_SIZEOF_TABLE_LOCATION.


Variables

StructSize

WORD StructSize

Specifies the size of the PETableLocation structure. You must initialize this member to be the size of whatever it is, for example location.structSize = PE_SIZEOF_TABLE_LOCATION.

Location

char Location [ PE_SIZEOF_TABLELOCATION ]

Specifies the database location. This member is database dependent and must be formatted correctly for the expected database, for examples see the Crystal Developers Help.


Copyright (c) 2000 Dynalivery Corp.