Name
Vix_GetPropertyType
Description
Vix_GetPropertyType(VixHandle handle,
VixPropertyID propertyID,
VixPropertyType *propertyType);
Given a property ID, this
function
returns the type of that property.
Parameters
- 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.
Return Value
VixError. This function returns VIX_OK if it succeeded.
Remarks
This
function
identifies the data type of a property.
For a list of property data types, refer to the Types Reference topic.
Side Effects
None.
Requirements
vix.h, since VMware Server 1.0.