|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RASPPPIP
The RASPPPIP structure contains the result of a PPP Internet Protocol (IP) projection operation.
The RasGetProjectionInfo function returns a RASPPPIP data structure when its rasprojection parameter has the value RASP_PppIp.
typedef struct _RASPPPIP { DWORD dwSize; DWORD dwError; TCHAR szIpAddress[ RAS_MaxIpAddress + 1 ]; } RASPPPIP;
Members
dwSize
Specifies the size of the structure, in bytes. Before calling the RasGetProjectionInfo function, set this member to indicate the version of the RASPPPIP structure that you are using. For information about earlier versions of this structure, see the following Remarks section.
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.
szIpAddress
Contains a zero-terminated string that is the client's IP address on the RAS connection. This address string has the form a.b.c.d; for example, "11.101.237.71".
szServerIpAddress
Contains a null-terminated string that is the IP address of the remote PPP peer (that is, the server's IP address). This string is in "a.b.c.d" form. PPP does not require that servers provide this address, but Windows NT servers will consistently return the address anyway. Other PPP vendors may not provide the address. If the address is not available, this member returns an empty string, "".
Remarks
The szServerIpAddress member was added to the RASPPPIP structure beginning with Windows NT 3.51 and the initial release of Windows 95. Beginning with these systems, RasGetProjectionInfo will support both the current form of the structure and the old form without the szServerIpAddress member. Use the dwSize member to indicate which version you are using. For earlier versions of Windows NT, RasGetProjectionInfo will return ERROR_INVALID_SIZE if dwSize specifies the current structure size. To retrieve PPP IP information from older systems, dwSize must specify the size of the old structure without the szServerIpAddress member.
See Also
RasGetProjectionInfo, RASPROJECTION
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RASPPPIP
Структура RASPPPIP содержит результат Протокола PPP Internet (IP) операции прогноза.
Функция RasGetProjectionInfo возвращает структуру данных RASPPPIP когда rasprojection параметр имеет величину RASP_PppIp.
typedef struct _RASPPPIP { DWORD dwSize; dwError DWORD; TCHAR szIpAddress[ RAS_MaxIpAddress + 1 ]; } RASPPPIP;
Участники
dwSize
Определяет размер структуры, в байтах. Перед вызовом функции RasGetProjectionInfo, установите этот элемент, чтобы указывать версию структуры RASPPPIP, что Вы используете. Для информации о более ранних версиях этой структуры, смотри секцию Замечаний следующего.
dwError
Содержит результат управляющего согласования протокола PPP. Величина нуля указывает успех. Ненулевая величина указывает неудачу, и - фактическая неисправимая ошибка, которая происходила в течение управляющего согласования протокола, ошибка, которая мешала прогноз чтобы завершаться успешно.
szIpAddress
Содержит расторгнутую нулевую строку, которая - адрес клиента IP на связи RAS. Эта строка адреса имеет форму a.b.c.d; например, "11.101.237.71".
szServerIpAddress
Содержит недействительный расторгнутую строку, которая - адрес IP дистанционного сверстника PPP (то есть, адрес сервера IP). Эта строка - в форме "a.b.c.d". PPP НЕ требует, чтобы серверы обеспечивали этот адрес, но серверы Windows NT последовательно возвращает адрес во всяком случае. Другие поставщики PPP не могут обеспечивать адрес. Если адрес не доступен, этот элемент возвращает пустую строку, "".
Замечания
Элемент szServerIpAddress был добавлен к структуре RASPPPIP, начинаемой с Windows NT 3.51 и начальной версии Windows 95. Начиная с этих систем, RasGetProjectionInfo поддержит как текущую форму структуры так и старая форма без элемента szServerIpAddress. Используйте элемент dwSize, чтобы указывать какую версию, которую Вы используете. Для более ранних версий Windows NT, RasGetProjectionInfo возвращает ERROR_INVALID_SIZE если dwSize определяет текущий структурный размер. Чтобы извлекать информацию PPP IP из более старых систем, dwSize должен определить размер старой структуры без элемента szServerIpAddress.
Смотри Также
RasGetProjectionInfo, RASPROJECTION
|
|
|
|
| |