DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DPCREDENTIALS Struct Reference

#include <dplay.h>

Data Fields

DWORD dwSize
 Size of structure. More...
 
DWORD dwFlags
 Not used. Must be zero. More...
 
union {
   LPWSTR   lpszUsername
 < User name of the account More...
 
   LPSTR   lpszUsernameA
 ANSI. More...
 
}; 
 
union {
   LPWSTR   lpszPassword
 < Password of the account More...
 
   LPSTR   lpszPasswordA
 ANSI. More...
 
}; 
 
union {
   LPWSTR   lpszDomain
 < Domain name of the account More...
 
   LPSTR   lpszDomainA
 ANSI. More...
 
}; 
 

Detailed Description

Used to hold the user name and password of a DirectPlay user

Field Documentation

◆ 

union { ... } DPCREDENTIALS::@135

◆ 

union { ... } DPCREDENTIALS::@137

◆ 

union { ... } DPCREDENTIALS::@139

◆ dwFlags

DWORD DPCREDENTIALS::dwFlags

Not used. Must be zero.

◆ dwSize

DWORD DPCREDENTIALS::dwSize

Size of structure.

◆ lpszDomain

LPWSTR DPCREDENTIALS::lpszDomain

< Domain name of the account

Unicode

◆ lpszDomainA

LPSTR DPCREDENTIALS::lpszDomainA

ANSI.

◆ lpszPassword

LPWSTR DPCREDENTIALS::lpszPassword

< Password of the account

Unicode

◆ lpszPasswordA

LPSTR DPCREDENTIALS::lpszPasswordA

ANSI.

◆ lpszUsername

LPWSTR DPCREDENTIALS::lpszUsername

< User name of the account

Unicode

◆ lpszUsernameA

LPSTR DPCREDENTIALS::lpszUsernameA

ANSI.


The documentation for this struct was generated from the following file: