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 'DPNAME'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPNAME
[ TDx_Play_Library ]
[ next: DPSECURITYDESC ]
[ prev: DPLPROPERTY PlayerScore ]
The DPNAME structure is defined as :-
struct DPNAME {
DWORD dwSize;
DWORD dwFlags;
union {
LPWSTR lpszShortName;
LPSTR lpszShortNameA;
};
union {
LPWSTR lpszLongName;
LPSTR lpszLongNameA;
};
};
|
|