The SEDRIS Data Representation Model
APPENDIX D - Functions SE SetFieldsToDefault |
---|
extern SE_DRM_Status_Code | |||
SE_SetFieldsToDefault | |||
( | |||
SE_DRM_Class | tag, | 1 | |
SE_DRM_Class_Fields | * | fields_ptr | 2 |
); |
Sets *fields_ptr to the default fields for the given class.
SE_DRM_STAT_CODE_SUCCESS | and *fields_ptr is set appropriately, if valid parameters were passed in. |
SE_DRM_STAT_CODE_NULL_REQUIRED_PARAMETER | and no changes are made, if fields_ptr was NULL. |
SE_DRM_STAT_CODE_INVALID_CLASS | and no changes are made, if tag is not valid. |
1 tag to be used in fields_ptr
2 pointer to SE_DRM_Class_Fields to be set
Prev: SE_SetErrorFilePtr.
Next: SE_SetMinWidth.
Up:Index.
|