Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
NOTIFYADD structure (npapi.h)
The NOTIFYADD structure contains the details of a network connect operation. It is used by the AddConnectNotify function.
Syntax
typedef struct _NOTIFYADD {
HWND hwndOwner;
NETRESOURCE NetResource;
DWORD dwAddFlags;
} NOTIFYADD, *LPNOTIFYADD;
Members
hwndOwner
A handle to a window which should own any messages or dialog boxes the application receiving the notification might display.
NetResource
Specifies the network resource to connect to. The valid fields are the same as for the NPAddConnection function.
dwAddFlags
Any combination of the following values.
| Value | Meaning |
|---|---|
|
The connection is being established for browsing purposes and may be released quickly. |
|
The connection may have interaction with the user. |
|
Do not use any defaults without offering the user the chance to supply an alternative. This flag is valid only if CONNECT_INTERACTIVE is set. |
|
The connection is being made persistent. |
|
The connection is being added to the recent connection list. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | npapi.h |
Feedback
Was this page helpful?
