Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.31 KB

ns-wininet-internet_auth_notify_data.md

File metadata and controls

80 lines (63 loc) · 2.31 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wininet.INTERNET_AUTH_NOTIFY_DATA
INTERNET_AUTH_NOTIFY_DATA (wininet.h)
Contains the notification data for an authentication request.
INTERNET_AUTH_NOTIFY_DATA
INTERNET_AUTH_NOTIFY_DATA structure [WinINet]
_inet_internet_auth_notify_data_structure
wininet.internet_auth_notify_data
wininet/INTERNET_AUTH_NOTIFY_DATA
wininet\internet_auth_notify_data.htm
wininet
d6f36cf7-7a54-4890-aa27-ffb40997cfd6
12/05/2018
INTERNET_AUTH_NOTIFY_DATA, INTERNET_AUTH_NOTIFY_DATA structure [WinINet], _inet_internet_auth_notify_data_structure, wininet.internet_auth_notify_data, wininet/INTERNET_AUTH_NOTIFY_DATA
wininet.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
INTERNET_AUTH_NOTIFY_DATA
19H1
INTERNET_AUTH_NOTIFY_DATA
wininet/INTERNET_AUTH_NOTIFY_DATA
c++
APIRef
kbSyntax
HeaderDef
Wininet.h
INTERNET_AUTH_NOTIFY_DATA

INTERNET_AUTH_NOTIFY_DATA structure

-description

Contains the notification data for an authentication request.

-struct-fields

-field cbStruct

Size of the structure, in bytes.

-field dwOptions

-field pfnNotify

Notification callback to retry InternetErrorDlg.

-field dwContext

Pointer to a variable that contains an application-defined value used to identify the application context to pass to the notification function.

-remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
 

-see-also

InternetErrorDlg