|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ImpersonateDdeClientWindow
The ImpersonateDdeClientWindow function enables a DDE server application to impersonate a DDE client application's security context in order to protect secure server data from unauthorized DDE clients.
BOOL ImpersonateDdeClientWindow(
HWND hWndClient, // handle of DDE client window HWND hWndServer // handle of DDE server window );
Parameters
hWndClient
Identifies the DDE client window to impersonate. The client window must have established a DDE conversation with the server window identified by the hWndServer parameter.
hWndServer
Identifies the DDE server window. An application must create the server window before calling this function.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
An application should call the RevertToSelf function to undo the impersonation set by the ImpersonateDdeClientWindow function. A DDEML application should use the DdeImpersonateClient function.
See Also
DdeImpersonateClient, RevertToSelf
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ImpersonateDdeClientWindow
Функция ImpersonateDdeClientWindow позволяет приложение сервера DDE, чтобы подражать контексту прикладной безопасности клиента DDE для того, чтобы защищать безопасные данные сервера от несанкционированных клиентов DDE.
BOOL ImpersonateDdeClientWindow(
HWND hWndClient, // РУЧКА окна клиента DDE ручки HWND hWndServer // окна сервера DDE );
Параметры
hWndClient
Идентифицирует окно клиента DDE, чтобы подражать. Окно клиента должно установить разговор DDE с окном сервера идентифицированным параметром hWndServer.
hWndServer
Идентифицирует окно сервера DDE. Приложение должно создать окно сервера перед вызовом этой функции.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Приложение должно называть функцию RevertToSelf, чтобы снимать маскировку установленную функцией ImpersonateDdeClientWindow. Приложение DDEML должно использовать функцию DdeImpersonateClient.
Смотри Также
DdeImpersonateClient, RevertToSelf
|
|
|
|
| |