Commit 1f0f4829 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added stub WNetEnumCachedPasswords.

parent a01bab77
...@@ -141,6 +141,16 @@ UINT32 WINAPI WNetConnectionDialog_32(HWND32 owner, DWORD flags ) ...@@ -141,6 +141,16 @@ UINT32 WINAPI WNetConnectionDialog_32(HWND32 owner, DWORD flags )
return ERROR_NO_NETWORK; return ERROR_NO_NETWORK;
} }
/*******************************************************************
* WNetEnumCachedPasswords32 [MPR.61]
*/
UINT32 WINAPI WNetEnumCachedPasswords32(LPSTR sometext, DWORD count1,
DWORD res_nr, DWORD *enumPasswordProc)
{
return ERROR_NO_NETWORK;
}
/******************************************************************** /********************************************************************
* WNetCancelConnection [USER.518] undirects a local device * WNetCancelConnection [USER.518] undirects a local device
*/ */
......
...@@ -64,7 +64,7 @@ type win32 ...@@ -64,7 +64,7 @@ type win32
0061 stub WNetDisconnectDialog1A 0061 stub WNetDisconnectDialog1A
0062 stub WNetDisconnectDialog1W 0062 stub WNetDisconnectDialog1W
0063 stub WNetDisconnectDialog 0063 stub WNetDisconnectDialog
0064 stub WNetEnumCachedPasswords 0064 stdcall WNetEnumCachedPasswords(str long long ptr) WNetEnumCachedPasswords32
0065 stub WNetEnumResourceA 0065 stub WNetEnumResourceA
0066 stub WNetEnumResourceW 0066 stub WNetEnumResourceW
0067 stub WNetFormatNetworkNameA 0067 stub WNetFormatNetworkNameA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment