| Platform SDK: DirectX |
The DPCREDENTIALS structure holds the user name, password, and domain to connect to a secure server.
typedef struct {
DWORD dwSize;
DWORD dwFlags;
union {
LPWSTR lpszUsername;
LPSTR lpszUsernameA;
};
union {
LPWSTR lpszPassword;
LPSTR lpszPasswordA;
};
union {
LPWSTR lpszDomain;
LPSTR lpszDomainA;
};
} DPCREDENTIALS, FAR *LPDPCREDENTIALS;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dplay.h.