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 'DPAPPLICATIONDESC2'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPAPPLICATIONDESC2
[ TDx_Play_Library ]
[ next: DPCAPS ]
[ prev: DPACCOUNTDESC ]
The DPAPPLICATIONDESC2 structure is defined as :-
struct DPAPPLICATIONDESC2 {
DWORD dwSize;
DWORD dwFlags;
union {
LPSTR lpszApplicationNameA;
LPWSTR lpszApplicationName;
}
GUID guidApplication;
union {
LPSTR lpszFilenameA;
LPWSTR lpszFilename;
}
union {
LPSTR lpszCommandLineA;
LPWSTR lpszCommandLine;
}
union {
LPSTR lpszPathA;
LPWSTR lpszPath;
}
union {
LPSTR lpszCurrentDirectoryA;
LPWSTR lpszCurrentDirectory;
}
union {
LPSTR lpszDescriptionA;
LPWSTR lpszDescriptionW;
}
union {
LPSTR lpszAppLauncherNameA;
LPWSTR lpszAppLauncherName;
}
}
|
|