afc_nodemaster_is_first

Name

afc_nodemaster_is_first  -- Checks if the current item is actually the first one

Synopsis

short afc_nodemaster_is_first (NodeMaster * nm);

Description

This method checks if the current item is the first one.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

TRUE

The item is the first.

FALSE

The item is not the first.

See Also