Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

Declaration


Blok kódu
languagecpp
themeConfluence
void (_stdcall *GetStation)(HOBJ LnID, char *Adr, StationParPtr *StParPtr);
Parameters


LnIDID of line, which is the parent of the station.
AdrStation address.
StParPtrPointer to the StationPar structure. If the value of the pointer is NULL, the station was not found.
Description
According to the parameter Adr, the function finds the station and returns the pointer to a StationPar structure if it exists, otherwise it returns  returns NULL value.

Info
titleRelated pages:

D2000 KomAPI - call-back functions