Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Contains the notification data for an authentication request.
Syntax
typedef struct {
DWORD cbStruct;
DWORD dwOptions;
PFN_AUTH_NOTIFY pfnNotify;
DWORD_PTR dwContext;
} INTERNET_AUTH_NOTIFY_DATA;
Members
cbStruct
Size of the structure, in bytes.
dwOptions
pfnNotify
Notification callback to retry InternetErrorDlg.
dwContext
Pointer to a variable that contains an application-defined value used to identify the application context to pass to the notification function.
Remarks
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | wininet.h |