Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.