Function Name: Valid Presentation Domain

Definition

Checks if the given value is a valid SE_PRESENTATION_DOMAIN_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidPresentationDomain
(
SE_PRESENTATION_DOMAIN_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Present. Next: Valid Property Characteristic Type. Up:Index.