SRV_T_RMTPWDS

An application uses the SRV_T_RMTPWDS property to obtain name/password pairs for a remote server. The pairs are stored in a SRV_T_RMTPWD structure which is defined as follows:

typedef struct srv_rmtpwd
 {  
     CS_INT servnamelen;
     CS_BYTEservname[CS_MAX_NAME];
     CS_INTpwdlen;
     CS_BYTEpwd[CS_MAX_NAME];
 } SRV_RMTPWD;