Function Name: Valid Property Characteristic Type

Definition

Checks if the given value is a valid SE_PROPERTY_CHARACTERISTIC_TYPE_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidPropertyCharacteristicType
(
SE_PROPERTY_CHARACTERISTIC_TYPE_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Presentation Domain. Next: Valid Property Data Value Type. Up:Index.