WNetCachePassword (MPR.@)
DWORD WNetCachePassword ( LPSTR pbResource, WORD cbResource, LPSTR pbPassword, WORD cbPassword, BYTE nType, WORD x )
pbResource | [In] | Name of workgroup,computer,or resource. |
cbResource | [In] | Size of name. |
pbPassword | [In] | Buffer containing password. |
cbPassword | [In] | Size of password. |
nType | [In] | Type of password to cache. |
WNetCachePassword [MPR.@] Saves password in cache.
Only the parameter count is verified.
---- everything below this line might be wrong (js) -----.
Success: WN_SUCCESS
Failure: WN_ACCESS_DENIED, WN_BAD_PASSWORD, WN_BADVALUE, WN_NET_ERROR, WN_NOT_SUPPORTED, WN_OUT_OF_MEMORY
Declared in "include/winnetwk.h". gitlab.winehq.org/wine/wine/blob/master/include/winnetwk.h
Implemented in "dlls/mpr/pwcache.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mpr/pwcache.c
Debug channel "mpr".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.