.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WNetCachePassword 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWNetCachePassword\fR (MPR.@) .SH SYNOPSIS DWORD WNetCachePassword ( LPSTR \fIpbResource\fR, WORD \fIcbResource\fR, LPSTR \fIpbPassword\fR, WORD \fIcbPassword\fR, BYTE \fInType\fR, WORD \fIx\fR ) .SH PARAMS \fIpbResource\fR \fB[In]\fR Name of workgroup,computer,or resource. .PP \fIcbResource\fR \fB[In]\fR Size of name. .PP \fIpbPassword\fR \fB[In]\fR Buffer containing password. .PP \fIcbPassword\fR \fB[In]\fR Size of password. .PP \fInType\fR \fB[In]\fR Type of password to cache. .PP .SH DESCRIPTION .PP WNetCachePassword [\fBMPR\fR.@] Saves password in cache. .SH NOTES .PP Only the parameter count is verified. .PP \fB-\fR\fB---\fR everything below this line might be wrong (js) \fB-----.\fR .SH RETURNS .PP \fBSuccess:\fR \fBWN_SUCCESS\fR .PP \fBFailure:\fR \fBWN_ACCESS_DENIED\fR, \fBWN_BAD_PASSWORD\fR, \fBWN_BADVALUE\fR, \fBWN_NET_ERROR\fR, \fBWN_NOT_SUPPORTED\fR, \fBWN_OUT_OF_MEMORY\fR .SH IMPLEMENTATION .PP Declared in \fB"winnetwk.h"\fR. .PP Implemented in \fB"dlls/mpr/pwcache.c"\fR. .PP Debug channel \fB"mpr"\fR.