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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | npapi.h |