Function Name: Valid Display Side

Definition

Checks if the given value is a valid SE_DISPLAY_SIDE_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidDisplaySide
(
SE_DISPLAY_SIDE_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid DRM Type. Next: Valid Display Style. Up:Index.