GetCVariant
GetCVariant Variant control's definition code
#include <Controls.h> Control Manager
short GetCVariant( theControl );
ControlHandle theControl ; handle to a control
returns a variant control value
GetCVariant takes over the job that had been performed by the high four
bits of the control definition procedure handle.
theControl specifies which control is being acted upon.
Returns: a short specifying the variation of the control we want

Notes: GetCVariant should be used in place of storing the variant control value in
the high four bits of the control's definition procedure. For more
information, see Custom Controls.