Skip to main content

Rail Trip Management Functions

HRESULT _PCRSFN PCRSInitSrv(const char *name, const char *iniFile)

  • name: Arbitrary (usually calling application)
  • iniFile: Path and name of PC*MILER Rail INI file (e.g. c:\ALK Technologies\pcrwin24\pcrsrv.ini)

HRESULT _PCRSFN PCRSCleanupSrv()


HRESULT _PCRSFN PCRSNewTrip (Trip *pTripID)

  • pTripID: Pointer to a 4-byte integer in which the new Trip handle will be placed

HRESULT _PCRSFN PCRSDeleteTrip(Trip trip)

  • trip: A valid trip ID (obtained via PCRSNewTrip)
Last updated July 9, 2025.