The DPCREDENTIALS type contains the user domain, password, and name to connect to a secure server.
Type DPCREDENTIALS lFlags As Long strDomain As String strPassword As String strUsername As String End Type