The SEDRIS Data Representation Model
APPENDIX D - Functions
SE PropertyDataValueToEnumerantCode
extern SE_DRM_Status_Code
SE_PropertyDataValueToEnumerantCode
(
constSE_Property_Data_Value *value_ptr, (notes)
EDCS_Enumerant_Code *result_out_ptr (notes)
);

Definition

Converts an SE_Property_Data_Value to an EDCS_Enumerant_Code.

When converting:

anything other than an EDCS_Enumerant_Code is treated as 0.


Returns

SE_DRM_STAT_CODE_SUCCESS if valid parameters were passed in.
SE_DRM_STAT_CODE_NULL_REQUIRED_PARAMETER and no changes are made, if any parameter is NULL.
SE_DRM_STAT_CODE_FAILURE and *result_out_ptr is set to zero (0), if *value_ptr does not contain an EDCS_Enumerant_Code. Note that the EE is not guaranteed to be valid, since its EA is not provided.


Parameters Notes


value_ptr

 pointer to the SE_Property_Data_Value to be converted

result_out_ptr

 pointer to the EDCS_Enumerant_Code where the result
    will be stored


Prev: SE_PropertyDataValueToByteUnsigned. Next: SE_PropertyDataValueToFloat. Up:Index.

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™