|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RasSecurityDialogGetInfo
[New - Windows NT]
The RasSecurityDialogGetInfo function is called by a RAS security DLL to get information about a port from the RAS server. To call this function, you must first call the LoadLibrary function to load RASMAN.DLL. Then call the GetProcAddress function to get the DLL's RasSecurityDialogGetInfo entry point.
DWORD RasSecurityDialogGetInfo(
HPORT hPort, // RAS handle to port RAS_SECURITY_INFO *pBuffer // pointer to structure that gets port information );
Parameters
hPort
Specifies the port handle that the RAS server passed to the security DLL in the RasSecurityDialogBegin call for this authentication transaction.
pBuffer
Pointer to a RAS_SECURITY_INFO structure that receives information about the specified RAS port.
Return Values
If the function succeeds, the return value is NO_ERROR. If the function fails, the return value is one of the error codes defined in RASERROR.H or WINERROR.H. GetLastError does not provide extended error information.
Remarks
The RasSecurityDialogGetInfo function retrieves information about the port associated with a RAS security DLL authentication transaction. The LastError member of the RAS_SECURITY_INFO structure indicates the state of the last RasSecurityDialogReceive call for the port. If the receive operation has been completed successfully, LastError is SUCCESS and the BytesReceived member indicates the number of bytes received. Otherwise, LastError is PENDING if the receive operation is still in progress, or a nonzero error code if the receive operation failed.
See Also
GetProcAddress, LoadLibrary, RAS_SECURITY_INFO, RasSecurityDialogReceive
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RasSecurityDialogGetInfo
[Новый - Windows NT]
Функция RasSecurityDialogGetInfo названа безопасностью RAS DLL, чтобы получать информацию о порту из сервера RAS. Чтобы называть эту функцию, Вы должны сначала назвать функцию LoadLibrary, чтобы загружать RASMAN.DLL. Затем назовите функцию GetProcAddress, чтобы получать точку входа DLL's RasSecurityDialogGetInfo.
DWORD RasSecurityDialogGetInfo(
HPORT hPort, // РУЧКА RAS, чтобы переноситься RAS_SECURITY_INFO *указатель pBuffer // в структуру, которая получает информацию порта );
Параметры
hPort
Определяет ручку порта, что сервер RAS проходил в безопасность DLL в призыве RasSecurityDialogBegin к этой сделке аутентификации.
pBuffer
Указатель в структуру RAS_SECURITY_INFO, которая получает информацию об определенном порту RAS.
Обратные Величины
Если функция добивается успеха, обратная величина - NO_ERROR. Если функция терпит неудачу, обратная величина - одного из кодов ошибки определенных в RASERROR.H или WINERROR.H. GetLastError НЕ обеспечивает расширенную информацию ошибки.
Замечания
Функция RasSecurityDialogGetInfo извлекает информацию о порту связанном аутентификацией безопасности RAS сделки DLL. Элемент LastError структуры RAS_SECURITY_INFO указывает состояние последнего призыва RasSecurityDialogReceive к порту. Если операция приемника завершается успешно, LastError - УСПЕХ и элемент BytesReceived указывает количество полученных байтов. В противном случае, LastError РАССМАТРИВАЕТСЯ если операция приемника - все еще в процессе развития, или ненулевой код ошибки если операция приемника терпела бы неудачу.
Смотри Также
GetProcAddress, LoadLibrary, RAS_SECURITY_INFO, RasSecurityDialogReceive
|
|
|
|
| |