На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

RasSecurityDialogSend



[New - Windows NT]

The RasSecurityDialogSend function sends a message to be displayed in a terminal window on a remote computer. A third-party RAS security DLL sends this message as part of its authentication of a remote user.
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 RasSecurityDialogSend entry point.

DWORD RasSecurityDialogSend(

HPORT hPort, // RAS handle to the port
PBYTE pBuffer, // pointer to buffer containing data to send
WORD BufferLength // size, in bytes, of the data being sent
);


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 the send buffer that was passed to the security DLL in the call to RasSecurityDialogBegin. Before calling RasSecurityDialogSend, copy into this buffer the message to send to the remote user. The SendBufSize parameter of the RasSecurityDialogBegin function indicates the maximum number of bytes you can copy to this buffer.

BufferLength

Specifies the number of bytes to send in the pBuffer buffer.



Return Values

If the function is successful, the return value is PENDING (defined in RASERROR.H). This indicates that the send operation is in progress.
If an error occurs, 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 RasSecurityDialogSend function is asynchronous. After calling it to send a message to the remote user, call the RasSecurityDialogReceive function, and then wait for a response. The security DLL can make any number of RasSecurityDialogSend calls, with each call followed by a RasSecurityDialogReceive call.
When a security DLL is authenticating a remote user, the connection operation on the remote computer enters a RASCS_Interactive paused state. The message sent by RasSecurityDialogSend is displayed as output in a terminal window on the remote computer. The response received by RasSecurityDialogReceive is the input that the remote user types in the terminal window. The RASCS_Interactive value is defined in the RASCONNSTATE enumeration.

See Also

GetProcAddress, LoadLibrary, RASCONNSTATE, RasSecurityDialogBegin, RasSecurityDialogReceive


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

RasSecurityDialogSend



[Новый - Windows NT]

Функция RasSecurityDialogSend посылает сообщение, которое нужно отображаться в терминальном окне в дистанционном компьютере. Независимая безопасность RAS DLL посылает это сообщение как часть своей аутентификации дистанционного потребителя.
Чтобы вызывать эту функцию, Вы должны сначала вызвать функцию LoadLibrary, чтобы загружать RASMAN.DLL. Затем вызовите функцию GetProcAddress, чтобы получать точку входа DLL's RasSecurityDialogSend.

DWORD RasSecurityDialogSend(

HPORT hPort, // РУЧКА RAS в порт PBYTE pBuffer, // указатель, чтобы буферизовать содержание данных, чтобы посылать размер WORD BufferLength //, в байтах, данных, посыланных
);


Параметры

hPort

Определяет ручку порта, что сервер RAS проходил в безопасность DLL в призыве RasSecurityDialogBegin к этой сделке аутентификации.

pBuffer

Указатель на посылает буфер, который был пройден в безопасность DLL на вызове на RasSecurityDialogBegin. Перед разговором RasSecurityDialogSend, скопируйтесь в этот буфер сообщение, чтобы посылаться дистанционному пользователю. Параметр SendBufSize функции RasSecurityDialogBegin указывает максимальное количество байтов, которые Вы можете скопировать в этот буфер.

BufferLength

Определяет количество байтов, чтобы посылаться в буфер pBuffer.



Обратные Величины

Если функция имеет успех, обратная величина РАССМАТРИВАЕТ (определенное в RASERROR.H). Это указывает, что посылать операцию осуществляться.
Если ошибка происходит, обратная величина - одного из кодов ошибки определенных в RASERROR.H или WINERROR.H. GetLastError НЕ обеспечивает расширенную информацию ошибки.

Замечания

Функция RasSecurityDialogSend асинхронная. После разговора это, чтобы посылать сообщение дистанционному пользователю, вызовите функцию RasSecurityDialogReceive, затем подождите ответ. Безопасность DLL может сделать любым числом вызовов RasSecurityDialogSend, с каждым вызовом сопровожденным вызовом RasSecurityDialogReceive.
Когда безопасность DLL удостоверяет дистанционного пользователя, операция связи на дистанционных компьютерных вводах RASCS_Interactive остановившееся состояние. Сообщение посланное RasSecurityDialogSend отображено как выход в терминальном окне в дистанционном компьютере. Ответ полученный RasSecurityDialogReceive - ввод, что дистанционный пользователь заносит терминальное окно. Величина RASCS_Interactive определена в перечислении RASCONNSTATE.

Смотри Также

GetProcAddress, LoadLibrary, RASCONNSTATE, RasSecurityDialogBegin, RasSecurityDialogReceive


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz