windows-nt/Source/XPSP1/NT/net/tapi/apps/tapiupr/location.h
2020-09-26 16:20:57 +08:00

14 lines
488 B
C

#include "loc_comn.h"
extern PLOCATION gLocationList;
extern PLOCATION gpCurrentLocation;
extern UINT gnNumLocations;
extern UINT gnCurrentLocationID;
//***************************************************************************
//***************************************************************************
//***************************************************************************
LONG PASCAL GetLocationIndexFromID( UINT nID, PLOCATION pCallersList, UINT nCallersNumLocations );