Share via


2.2.1.2.232 RASRPC_LOCATIONLIST

The RASRPC_LOCATIONLIST structure contains information related to the TAPI location identifier.

 typedef struct _RASRPC_LOCATIONLIST {
   DWORD dwLocationId;
   DWORD iPrefix;
   DWORD iSuffix;
   [unique] struct _RASRPC_LOCATIONLIST* pNext;
 } RASRPC_LOCATIONLIST,
  *LPRASRPC_LOCATIONLIST;

dwLocationId: Specifies the TAPI location id.

iPrefix: It is unused and if set MUST be ignored by RRAS.

iSuffix: It is unused and if set MUST be ignored by RRAS.

pNext: Specifies the pointer to the next RASRPC_LOCATIONLIST structure.