Added stub WNetEnumCachedPasswords.

oldstable
Andreas Mohr 1998-11-07 12:38:07 +00:00 committed by Alexandre Julliard
parent a01bab7772
commit 1f0f4829ad
2 changed files with 11 additions and 1 deletions

View File

@ -141,6 +141,16 @@ UINT32 WINAPI WNetConnectionDialog_32(HWND32 owner, DWORD flags )
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
*/

View File

@ -64,7 +64,7 @@ type win32
0061 stub WNetDisconnectDialog1A
0062 stub WNetDisconnectDialog1W
0063 stub WNetDisconnectDialog
0064 stub WNetEnumCachedPasswords
0064 stdcall WNetEnumCachedPasswords(str long long ptr) WNetEnumCachedPasswords32
0065 stub WNetEnumResourceA
0066 stub WNetEnumResourceW
0067 stub WNetFormatNetworkNameA