|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RasAdminPortClearStatistics
[New - Windows NT]
The RasAdminPortClearStatistics function resets the counters representing the various statistics reported by the RasAdminPortGetInfo function in the RAS_PORT_STATISTICS structure. The counters are reset to zero and start accumulating from then on.
DWORD RasAdminPortClearStatistics(
const WCHAR *lpszServer, // pointer to the server name const WCHAR *lpszPort // pointer to the name of port on the server );
Parameters
lpszServer
Pointer to a null-terminated Unicode string that contains the name of the Windows NT RAS server. Specify the name with leading "\\" characters, in the form: \\servername.
lpszPort
Pointer to a null-terminated Unicode string that contains the name of the port on the server.
Return Values
If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value can be the following error code.
Value Meaning ERROR_DEV_NOT_EXIST The specified port is invalid.
Do not call GetLastError to get error information for this function.
Remarks
The RasAdminPortClearStatistics function clears the statistics on the server, not locally within the application that makes the call. This means that the statistics are also reset for any other application that is monitoring the specified port. If the lpszPort port is part of a multilink connection, RasAdminPortClearStatistics resets the statistics for the specified port, The function also resets the cumulative statistics for the multilink connection. However, the function does not effect the individual statistics for other ports that are part of the multilink connection.
See Also
RAS_PORT_STATISTICS, RasAdminPortGetInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RasAdminPortClearStatistics
[Новый - Windows NT]
Функция RasAdminPortClearStatistics сбрасывает счетчики, представляющие, что различная статистика выдавала функцией RasAdminPortGetInfo в структуре RAS_PORT_STATISTICS. Счетчики восстановлены в нуль и начинаны накапливаться в дальнейшем.
DWORD RasAdminPortClearStatistics(
const WCHAR *lpszServer, // указатель в имя сервера const WCHAR *указатель lpszPort // в имя порта в сервере );
Параметры
lpszServer
Указатель в недействительный расторгнутую строку Уникода, которая содержит имя сервера Windows NT RAS. Определите имя с подачей "\\" символы, в форме: \\servername.
lpszPort
Указатель в недействительный расторгнутую строку Уникода, которая содержит имя порта в сервере.
Обратные Величины
Если функция добивается успеха, обратная величина - ERROR_SUCCESS. Если функция терпит неудачу, обратная величина может быть следующим кодом ошибки.
Значение Величины ERROR_DEV_NOT_EXIST определенный порт недействителен.
Не называйте GetLastError, чтобы получать информацию ошибки для этой функции.
Замечания
Функция RasAdminPortClearStatistics очищает статистику в сервер, локально не в пределах приложения, которое делает вызовом. Это означает, что статистика - также восстанавливаться для любого другого приложения, которое проверяет определенный порт. Если порт lpszPort является частью связи multilink, RasAdminPortClearStatistics сбрасывает статистику для определенного порта, функция также сбрасывает совокупную статистику для связи multilink. Тем не менее, функция не производит индивидуальную статистику для других портов, которые - часть связи multilink.
Смотри Также
RAS_PORT_STATISTICS, RasAdminPortGetInfo
|
|
|
|
| |