Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
488 B

  1. #include "loc_comn.h"
  2. extern PLOCATION gLocationList;
  3. extern PLOCATION gpCurrentLocation;
  4. extern UINT gnNumLocations;
  5. extern UINT gnCurrentLocationID;
  6. //***************************************************************************
  7. //***************************************************************************
  8. //***************************************************************************
  9. LONG PASCAL GetLocationIndexFromID( UINT nID, PLOCATION pCallersList, UINT nCallersNumLocations );