Function Name: Set Fields To Default

Definition

Sets *fields_ptr to the default fields for the given class.

Returns

SE_DRM_SUCCESS - and *fields_ptr is set to the appropriate values, if valid parameters were passed in.

SE_DRM_NULL_REQUIRED_PARAMETER - and no changes are made, if fields_ptr was NULL.

SE_DRM_CLASS_DOES_NOT_EXIST - and no changes are made, if tag is not valid.

Prototype


extern SE_DRM_STATUS_CODE_ENUM
SE_SetFieldsToDefault
(
SE_TOKEN_ENUM tag, (notes)
SE_FIELDS *fields_ptr (notes)
);

Parameters Notes

tag

 tag to be used in fields_ptr

fields_ptr

 pointer to SE_FIELDS to be set

Prev: Remove Token From Set. Next: Set Rotate Matrix 3X3. Up:Index.