ReactOS 0.4.15-dev-7924-g5949c20
tagDPCREDENTIALS Struct Reference

#include <dplay.h>

Public Attributes

DWORD dwSize
 
DWORD dwFlags
 
union {
   LPWSTR   lpszUsername
 
   LPSTR   lpszUsernameA
 
DUMMYUNIONNAME1
 
union {
   LPWSTR   lpszPassword
 
   LPSTR   lpszPasswordA
 
DUMMYUNIONNAME2
 
union {
   LPWSTR   lpszDomain
 
   LPSTR   lpszDomainA
 
DUMMYUNIONNAME3
 

Detailed Description

Definition at line 335 of file dplay.h.

Member Data Documentation

◆ 

union { ... } tagDPCREDENTIALS::DUMMYUNIONNAME1

◆ 

union { ... } tagDPCREDENTIALS::DUMMYUNIONNAME2

◆ 

union { ... } tagDPCREDENTIALS::DUMMYUNIONNAME3

◆ dwFlags

DWORD tagDPCREDENTIALS::dwFlags

Definition at line 338 of file dplay.h.

◆ dwSize

DWORD tagDPCREDENTIALS::dwSize

Definition at line 337 of file dplay.h.

Referenced by EnumSessions_cb_join_secure().

◆ lpszDomain

LPWSTR tagDPCREDENTIALS::lpszDomain

Definition at line 351 of file dplay.h.

◆ lpszDomainA

LPSTR tagDPCREDENTIALS::lpszDomainA

Definition at line 352 of file dplay.h.

◆ lpszPassword

LPWSTR tagDPCREDENTIALS::lpszPassword

Definition at line 346 of file dplay.h.

◆ lpszPasswordA

LPSTR tagDPCREDENTIALS::lpszPasswordA

Definition at line 347 of file dplay.h.

◆ lpszUsername

LPWSTR tagDPCREDENTIALS::lpszUsername

Definition at line 341 of file dplay.h.

◆ lpszUsernameA

LPSTR tagDPCREDENTIALS::lpszUsernameA

Definition at line 342 of file dplay.h.


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