Platform SDK: DirectX

DPCREDENTIALS

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

Members

lFlags
Not used. Must be 0.
strDomain, strPassword, strUsername
ANSI strings containing the user domain, password, and name.