The object slider should be creating in a resource editor (or in other way). Then this object slider must to attached to the slider structure created by SlidCreate(). The function SlidAttach() performs this link.
Values given to SlidCreate() are flotting numbers because you can handle a decimal variable in a slider. Min, max and value are respectively the minimal value, the maximal value and the current value of the internal slider variable. To read or eventually to change the internal variable use functions SlidGetValue() and SlidSetValue().
Parameters line and page addresses the user interaction in the slider object. line represents a small incrementation or decrementation of the slider value and page represents a large incrementation or decrementation (see SlidAttach()).
Parameter upd is usefull if you attach an update function to the slider (see SlidSetFunc()). This function is called when the slider value is changed.