35#define HPROVIDER LPVOID
59#define AUTHDLG_ENABLECACHE 0x00000001
60#define AUTHDLG_CHECKCACHE 0x00000002
61#define AUTHDLG_CACHEINVALID 0x00000004
62#define AUTHDLG_USE_DEFAULT_NAME 0x00000008
63#define AUTHDLG_CHECKDEFAULT_NAME 0x00000010
64#define AUTHDLG_LOGON 0x00000020
66#define AUTHDLG_ENABLECACHE 0x00000001
67#define AUTHDLG_CHECKCACHE 0x00000002
68#define AUTHDLG_CACHEINVALID 0x00000004
69#define AUTHDLG_USE_DEFAULT_NAME 0x00000008
70#define AUTHDLG_CHECKDEFAULT_NAME 0x00000010
71#define AUTHDLG_LOGON 0x00000020
74#define NPSAuthenticationDialog WINELIB_NAME_AW(NPSAuthenticationDialog)
76#define NPSGetProviderHandle WINELIB_NAME_AW(NPSGetProviderHandle)
78#define NPSGetProviderName WINELIB_NAME_AW(NPSGetProviderName)
80#define NPSGetSectionName WINELIB_NAME_AW(NPSGetSectionName)
82#define NPSSetExtendedError WINELIB_NAME_AW(NPSSetExtendedError)
84#define NPSSetCustomText WINELIB_NAME_AW(NPSSetCustomText)
86#define NPSCopyString WINELIB_NAME_AW(NPSCopyString)
88#define NPSDeviceGetNumber WINELIB_NAME_AW(NPSDeviceGetNumber)
90#define NPSDeviceGetString WINELIB_NAME_AW(NPSDeviceGetString)
97#define NOTIFY_PRE 0x00
98#define NOTIFY_POST 0x01
122#define CONNECT_CTXT_RESTORE 0x00000001
123#define CONNECT_CTXT_GLOBAL 0x00000002
124#define CONNECT_CTXT_PROVIDER 0x00000004
125#define CONNECT_CTXT_SINGLE 0x00000008
149#define NPSNotifyRegister WINELIB_NAME_AW(NPSNotifyRegister)
151#define NPSNotifyGetContext WINELIB_NAME_AW(NPSNotifyGetContext)
DWORD WINAPI NPSNotifyRegisterA(enum NOTIFYTYPE, NOTIFYCALLBACK)
@ NotifyGetConnectionPerformance
DWORD WINAPI NPSGetProviderNameA(HPROVIDER, LPCSTR *)
DWORD WINAPI NPSGetProviderHandleA(PHPROVIDER)
struct NOTIFYADDA * LPNOTIFYADDA
struct NOTIFYCANCELA * LPNOTIFYCANCELA
DWORD(CALLBACK * NOTIFYCALLBACK)(LPNOTIFYINFO, LPVOID)
DWORD WINAPI NPSAuthenticationDialogA(LPAUTHDLGSTRUCTA)
DWORD WINAPI NPSDeviceGetStringA(DWORD, DWORD, LPSTR, LPDWORD)
struct AUTHDLGSTRUCTA * LPAUTHDLGSTRUCTA
DWORD WINAPI NPSGetSectionNameA(HPROVIDER, LPCSTR *lpszSectionName)
LPVOID WINAPI NPSNotifyGetContextA(NOTIFYCALLBACK)
DWORD WINAPI NPSDeviceGetNumberA(LPSTR, LPDWORD, LPDWORD)
DWORD WINAPI NPSSetExtendedErrorA(DWORD, LPSTR)
struct NOTIFYINFO * LPNOTIFYINFO
DWORD WINAPI NPSCopyStringA(LPCSTR, LPVOID, LPDWORD)
struct NOTIFYPERFORMANCEA * LPNOTIFYPERFORMANCEA
VOID WINAPI NPSSetCustomTextA(LPSTR)
#define DECL_WINELIB_TYPE_AW(type)