DBreturnSetSettings

Top  Previous  Next

Settings of a master Member linking investigate.

With this routine information is got from a master Member linking. The structure SET_SETTINGS contains, e.g., the number the master and Member elements in this master Member linking. And furthermore the name, if available, this master Member linking is delivered.

Parametre

set (PSET_ELEMENT) [IN]

Act on a master Member linking by which information is questioned.

sSet (SET_SETTINGS *) [IN / OUT]

About the pointer on the structure his contents are filled with information about the master Member linking.

grade (int) [IN]

Grades this routine can be extended later. At the moment 1 is always expected.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBreturnSetSettings (

PSET_ELEMENT set,

SET_SETTINGS * sSet,

int grades

);