Function Name: Valid Image Scan Direction Z

Definition

Checks if the given value is a valid SE_IMAGE_SCAN_DIRECTION_Z_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidImageScanDirectionZ
(
SE_IMAGE_SCAN_DIRECTION_Z_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Image Scan Direction. Next: Valid Image Signature. Up:Index.