DBplanOfSegmentByName

Top  Previous  Next

Plan with the help of the name determine.

Every plan contains a plan name. With this function a plan can be searched in the segment for the name. It becomes the first plan with the appropriate name zurückgeliefert.

Parametre

seg (PSEGMENT) [IN]

Act on the segment in which all plans are searched for the name name.

name (char *) [IN]

Name of the plan which is searched. To capitalisation and use of small letters it is not respected

Result

(PPLANS) [OUT]

If the plan with the name name could be found, the trading on the plan is delivered, but ZERO.

Declaration

#include "database.h"

 

PPLANS DLLENTRY DBplanOfSegmentByName (

PSEGMENT seg,

char * name

);