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

#include <dplay.h>

Data Fields

DWORD dwSize
 Size of structure. More...
 
DWORD dwFlags
 Not used. Must be zero. More...
 
union {
   LPWSTR   lpszAccountID
 Account identifier (Unicode) More...
 
   LPSTR   lpszAccountIDA
 Account identifier (ANSI) More...
 
}; 
 

Detailed Description

Used to describe a user membership account

Field Documentation

◆ 

union { ... } DPACCOUNTDESC::@145

◆ dwFlags

DWORD DPACCOUNTDESC::dwFlags

Not used. Must be zero.

◆ dwSize

DWORD DPACCOUNTDESC::dwSize

Size of structure.

◆ lpszAccountID

LPWSTR DPACCOUNTDESC::lpszAccountID

Account identifier (Unicode)

◆ lpszAccountIDA

LPSTR DPACCOUNTDESC::lpszAccountIDA

Account identifier (ANSI)


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