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 'DPLAPPINFO'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPLAPPINFO
[ TDx_Play_Library ]
[ next: DPLCONNECTION ]
[ prev: DPERR USERCANCEL ]
The DPLAPPINFO structure is defined as :-
struct DPLAPPINFO {
DWORD dwSize;
GUID guidApplication;
union {
LPSTR lpszAppNameA;
LPWSTR lpszAppName;
};
};
|
|