Added stub WNetEnumCachedPasswords.
This commit is contained in:
parent
a01bab7772
commit
1f0f4829ad
|
@ -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
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue