Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DPCREDENTIALS'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPCREDENTIALS
[ TDx_Play_Library ]
[ next: DPERR ABORTED ]
[ prev: DPCOMPOUNDADDRESSELEMENT ]
The DPCREDENTIALS structure is defined as :-
struct DPCREDENTIALS {
DWORD dwSize;
DWORD dwFlags;
union {
LPWSTR lpszUsername;
LPSTR lpszUsernameA;
};
union {
LPWSTR lpszPassword;
LPSTR lpszPasswordA;
};
union {
LPWSTR lpszDomain;
LPSTR lpszDomainA;
};
}
|
|