A SERVICE OF

logo

CHAPTER 2 General Functions
17
RC1
Vix_GetPropertyType
Function Signature
VixError
Vix_GetPropertyType(VixHandle handle,
VixPropertyID PropertyID,
VixPropertyType *propertyType);
Parameters
Results
VixError. This function returns VIX_OK if it succeeded. Otherwise, it returns an
appropriate error described in Error Codes on page 91.
Notes
This function identifies the data type of a property. Possible values are:
integer
string
bool
handle
int64
handle Any handle returned by a VIX function.
propertyID A property ID. See below for valid values.
propertyType The type of the data stored by the property.