#include "windef.h"
#include "winnetwk.h"
Go to the source code of this file.
|
| DWORD WINAPI | NPSAuthenticationDialogA (LPAUTHDLGSTRUCTA) |
| |
| DWORD WINAPI | NPSGetProviderHandleA (PHPROVIDER) |
| |
| DWORD WINAPI | NPSGetProviderNameA (HPROVIDER, LPCSTR *) |
| |
| DWORD WINAPI | NPSGetSectionNameA (HPROVIDER, LPCSTR *lpszSectionName) |
| |
| DWORD WINAPI | NPSSetExtendedErrorA (DWORD, LPSTR) |
| |
| VOID WINAPI | NPSSetCustomTextA (LPSTR) |
| |
| DWORD WINAPI | NPSCopyStringA (LPCSTR, LPVOID, LPDWORD) |
| |
| DWORD WINAPI | NPSDeviceGetNumberA (LPSTR, LPDWORD, LPDWORD) |
| |
| DWORD WINAPI | NPSDeviceGetStringA (DWORD, DWORD, LPSTR, LPDWORD) |
| |
| DWORD WINAPI | NPSNotifyRegisterA (enum NOTIFYTYPE, NOTIFYCALLBACK) |
| |
| LPVOID WINAPI | NPSNotifyGetContextA (NOTIFYCALLBACK) |
| |
◆ AUTHDLG_CACHEINVALID [1/2]
| #define AUTHDLG_CACHEINVALID 0x00000004 |
◆ AUTHDLG_CACHEINVALID [2/2]
| #define AUTHDLG_CACHEINVALID 0x00000004 |
◆ AUTHDLG_CHECKCACHE [1/2]
| #define AUTHDLG_CHECKCACHE 0x00000002 |
◆ AUTHDLG_CHECKCACHE [2/2]
| #define AUTHDLG_CHECKCACHE 0x00000002 |
◆ AUTHDLG_CHECKDEFAULT_NAME [1/2]
| #define AUTHDLG_CHECKDEFAULT_NAME 0x00000010 |
◆ AUTHDLG_CHECKDEFAULT_NAME [2/2]
| #define AUTHDLG_CHECKDEFAULT_NAME 0x00000010 |
◆ AUTHDLG_ENABLECACHE [1/2]
| #define AUTHDLG_ENABLECACHE 0x00000001 |
◆ AUTHDLG_ENABLECACHE [2/2]
| #define AUTHDLG_ENABLECACHE 0x00000001 |
◆ AUTHDLG_LOGON [1/2]
| #define AUTHDLG_LOGON 0x00000020 |
◆ AUTHDLG_LOGON [2/2]
| #define AUTHDLG_LOGON 0x00000020 |
◆ AUTHDLG_USE_DEFAULT_NAME [1/2]
| #define AUTHDLG_USE_DEFAULT_NAME 0x00000008 |
◆ AUTHDLG_USE_DEFAULT_NAME [2/2]
| #define AUTHDLG_USE_DEFAULT_NAME 0x00000008 |
◆ CONNECT_CTXT_GLOBAL
| #define CONNECT_CTXT_GLOBAL 0x00000002 |
◆ CONNECT_CTXT_PROVIDER
| #define CONNECT_CTXT_PROVIDER 0x00000004 |
◆ CONNECT_CTXT_RESTORE
| #define CONNECT_CTXT_RESTORE 0x00000001 |
◆ CONNECT_CTXT_SINGLE
| #define CONNECT_CTXT_SINGLE 0x00000008 |
◆ HPROVIDER
◆ NOTIFY_POST
◆ NOTIFY_PRE
◆ NPSAuthenticationDialog
◆ NPSCopyString
◆ NPSDeviceGetNumber
◆ NPSDeviceGetString
◆ NPSGetProviderHandle
◆ NPSGetProviderName
◆ NPSGetSectionName
◆ NPSNotifyGetContext
◆ NPSNotifyRegister
◆ NPSSetCustomText
◆ NPSSetExtendedError
◆ LPAUTHDLGSTRUCTA
◆ LPNOTIFYADDA
◆ LPNOTIFYCANCELA
◆ LPNOTIFYINFO
◆ LPNOTIFYPERFORMANCEA
◆ NOTIFYCALLBACK
◆ PHPROVIDER
◆ NOTIFYTYPE
| Enumerator |
|---|
| NotifyAddConnection | |
| NotifyCancelConnection | |
| NotifyGetConnectionPerformance | |
Definition at line 93 of file netspi.h.
@ NotifyGetConnectionPerformance
◆ NPSAuthenticationDialogA()
Definition at line 100 of file nps.c.
101{
103
104 TRACE(
"%p\n", lpAuthDlgStruct);
105
106 if( !lpAuthDlgStruct )
108 if( lpAuthDlgStruct->
cbStructure <
sizeof *lpAuthDlgStruct )
110
113
116 (
LPARAM) lpAuthDlgStruct );
117}
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
static INT_PTR WINAPI NPS_ProxyPasswordDialog(HWND hdlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
#define MAKEINTRESOURCEW(i)
INT_PTR WINAPI DialogBoxParamW(_In_opt_ HINSTANCE, _In_ LPCWSTR, _In_opt_ HWND, _In_opt_ DLGPROC, _In_ LPARAM)
◆ NPSCopyStringA()
◆ NPSDeviceGetNumberA()
Definition at line 175 of file nps.c.
176{
177 FIXME(
"(%s, %p, %p): stub\n",
debugstr_a(lpLocalName), lpdwNumber, lpdwType );
179}
◆ NPSDeviceGetStringA()
Definition at line 184 of file nps.c.
185{
186 FIXME(
"(%d, %d, %p, %p): stub\n", dwNumber, dwType, lpLocalName, lpdwBufferSize );
188}
◆ NPSGetProviderHandleA()
Definition at line 122 of file nps.c.
123{
124 FIXME(
"(%p): stub\n", phProvider );
126}
◆ NPSGetProviderNameA()
◆ NPSGetSectionNameA()
◆ NPSNotifyGetContextA()
Definition at line 202 of file nps.c.
203{
204 FIXME(
"(%p): stub\n", pfNotifyCallBack );
206}
◆ NPSNotifyRegisterA()
Definition at line 193 of file nps.c.
194{
195 FIXME(
"(%d, %p): stub\n", NotifyType, pfNotifyCallBack );
197}
◆ NPSSetCustomTextA()
◆ NPSSetExtendedErrorA()
Definition at line 149 of file nps.c.
150{
151 FIXME(
"(%08x, %s): stub\n", NetSpecificError,
debugstr_a(lpExtendedErrorText) );
153}