windows-nt/Source/XPSP1/NT/net/tapi/apps/tapiupr/location.h

14 lines
488 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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 );