Contents Index Topic Contents | ||
Previous Topic: INTERNET_ASYNC_RESULT Next Topic: INTERNET_BUFFERS |
INTERNET_AUTHNOTIFY_DATA
typedef struct { DWORD cbStruct; DWORD dwOptions; PFN_PUTHNOTIFY pfnNotify; DWORD dwConext; } INTERNET_AUTHNOTIFY_DATA;
- cbStruct
- Size of the structure.
- dwOptions
- Reserved; must be set to zero.
- pfnNotify
- Notification callback to retry InternetErrorDlg.
- dwContext
- Context to pass to the notification function.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.