From ca77cb108c45b82810984fffd23f4a7249a7b2ab Mon Sep 17 00:00:00 2001 From: Konstantin Kondratyuk Date: Wed, 26 Sep 2007 16:39:17 +0400 Subject: [PATCH] include/npapi.h: Add some constants. --- include/npapi.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/npapi.h b/include/npapi.h index cbe23f5c7f4..e84bfe49646 100644 --- a/include/npapi.h +++ b/include/npapi.h @@ -34,12 +34,17 @@ #define WNNC_CON_CANCELCONNECTION 0x00000002 #define WNNC_CON_GETCONNECTIONS 0x00000004 #define WNNC_CON_ADDCONNECTION3 0x00000008 +#define WNNC_CON_GETPERFORMANCE 0x00000040 +#define WNNC_CON_DEFER 0x00000080 #define WNNC_DIALOG 0x00000008 #define WNNC_DLG_DEVICEMODE 0x00000001 #define WNNC_DLG_PROPERTYDIALOG 0x00000020 #define WNNC_DLG_SEARCHDIALOG 0x00000040 #define WNNC_DLG_FORMATNETWORKNAME 0x00000080 +#define WNNC_DLG_PERMISSIONEDITOR 0x00000100 +#define WNNC_DLG_GETRESOURCEPARENT 0x00000200 +#define WNNC_DLG_GETRESOURCEINFORMATION 0x00000800 #define WNNC_ADMIN 0x00000009 #define WNNC_ADM_GETDIRECTORYTYPE 0x00000001