|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RASPPPNBF
The RASPPPNBF structure contains the result of a PPP NetBEUI Framer (NBF) projection operation.
The RasGetProjectionInfo function returns a RASPPPNBF data structure when its rasprojection parameter has the value RASP_PppNbf.
typedef struct _RASPPPNBF { DWORD dwSize; DWORD dwError; DWORD dwNetBiosError; TCHAR szNetBiosError[ NETBIOS_NAME_LEN + 1 ]; TCHAR szWorkstationName[ NETBIOS_NAME_LEN + 1 ]; BYTE bLana; } RASPPPNBF;
Members
dwSize
Specifies the size of the structure, in bytes. Before calling the RasGetProjectionInfo function, set this member to sizeof(RASPPPNBF). The function can then determine the version of the RASPPPNBF data structure that the caller of RasGetProjectionInfo is expecting. This allows backwards compatibility for compiled applications if there are future enhancements to the data structure.
dwError
Contains the result of the PPP control protocol negotiation. A value of zero indicates success. A nonzero value indicates failure, and is the actual fatal error that occurred during the control protocol negotiation, the error that prevented the projection from completing successfully.
dwNetBiosError
If dwError has the value ERROR_SERVER_NOT_RESPONDING or ERROR_NETBIOS_ERROR, the dwNetBiosError field contains the NetBIOS error that occurred. For other values of dwError, this field contains zero.
Windows 95: This member is undefined.
szNetBiosError
If dwError has the value ERROR_NAME_EXISTS_ON_NET, the szNetBiosError field contains a zero-terminated string that is the NetBIOS name that caused the conflict. For other values of dwError, this field contains the null string.
szWorkStationName
Contains a zero-terminated string that is the local workstation's computer name. This unique computer name is the closest NetBIOS equivalent to a client's NetBEUI address on a remote access connection.
bLana
Identifies the NetBIOS network adapter identifier, or LANA, on which the remote access connection was established. This member contains the value 0xFF if a connection was not established.
See Also
RasGetProjectionInfo, RASPROJECTION
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RASPPPNBF
Структура RASPPPNBF содержит результат PPP NetBEUI Framer прогноза (NBF) действие.
Функция RasGetProjectionInfo возвращает структуру данных RASPPPNBF когда rasprojection параметр имеет величину RASP_PppNbf.
typedef struct _RASPPPNBF { DWORD dwSize; dwError DWORD; dwNetBiosError DWORD; szNetBiosError TCHAR[ NETBIOS_NAME_LEN + 1 ]; TCHAR szWorkstationName[ NETBIOS_NAME_LEN + 1 ]; БАЙТ bLana; } RASPPPNBF;
Участники
dwSize
Определяет размер структуры, в байтах. Перед вызовом функции RasGetProjectionInfo, установите этот элемент, чтобы sizeof(RASPPPNBF). Функция может затем определять версию структуры данных RASPPPNBF, что вызывающий оператор RasGetProjectionInfo ожидает. Это допускает обратную совместимость для скомпилированных приложений если есть будущие расширения в структуру данных.
dwError
Содержит результат управляющего согласования протокола PPP. Величина нуля указывает успех. Ненулевая величина указывает неудачу, и - фактическая неисправимая ошибка, которая происходила в течение управляющего согласования протокола, ошибка, которая мешала прогноз чтобы завершаться успешно.
dwNetBiosError
Если dwError имеет величину ERROR_SERVER_NOT_RESPONDING или ERROR_NETBIOS_ERROR, область dwNetBiosError содержит ошибку NetBIOS, что происходил. Для других величин dwError, эта область содержит нуль.
Windows 95: Этот элемент неопределенный.
szNetBiosError
Если dwError имеет величину ERROR_NAME_EXISTS_ON_NET, область szNetBiosError содержит расторгнутую нулевую строку, которая - имя NetBIOS, что вызывал конфликт. Для других величин dwError, эта область содержит недействительную строку.
szWorkStationName
Содержит расторгнутую нулевую строку, которая - компьютерное имя локальной рабочей станции. Это уникальное компьютерное имя является ближайшим эквивалентом NetBIOS адресу клиента NetBEUI на дистанционной связи доступа.
bLana
Идентифицирует сетевой адаптерный идентификатор NetBIOS, или LANA, на котором дистанционная связь доступа была установлена. Этот элемент содержит величину 0xFF если связь не была установлена.
Смотри Также
RasGetProjectionInfo, RASPROJECTION
|
|
|
|
| |