Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-VB/ActiveX | API-Java | Examples | Downloads
Data Fields
PropertyQueryStruct Struct Reference

Defines a simple property query structure (legacy, minimal information) More...

#include <tinetype.h>

Data Fields

BYTE prpAccess
char prpDescription [32]
BYTE prpFormat
char prpName [PROPERTY_NAME_SHORTSIZE]
UINT16 prpSize

Detailed Description

Defines a simple property query structure (legacy, minimal information)

Note:
As there is no way to distinguish input data set from output data sets with this simple form of the query structure, the assumption that the input size and type are the same as the output size and type (if input data are required) is usually made. The extended property query structure 'PropertyQueryStructEx' is more complete in this regard.

Field Documentation

the allowed data access for this property (either CA_READ, CA_WRITE or both)

the property description

Referenced by GetTargetPropertyInformation().

the default output data format accepted for this property

Referenced by GetTargetPropertyInformation().

char PropertyQueryStruct::prpName[PROPERTY_NAME_SHORTSIZE]

the property name

the maximum allowed size of an output data set associated with the property

Referenced by GetTargetPropertyInformation().


The documentation for this struct was generated from the following file:

Generated for TINE API by  doxygen 1.5.8