This topic has not yet been rated - Rate this topic

INTERNET_AUTH_NOTIFY_DATA structure

Contains the notification data for an authentication request.

Syntax


typedef struct {
  DWORD          cbStruct;
  DWORD          dwOptions;
  PFN_PUTHNOTIFY pfnNotify;
  DWORD_PTR      dwContext;
} INTERNET_AUTH_NOTIFY_DATA;

Members

cbStruct

Size of the structure, in bytes.

dwOptions
Reserved. Must be zero.
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

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).

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Wininet.h

See also

InternetErrorDlg

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.