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 'DIEFFECTINFO'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DIEFFECTINFO
[ TDx_Input_Library ]
[ next: DIEFFESCAPE ]
[ prev: DIEFFECT ]
The DIEFFECTINFO structure is defined as :-
struct DIEFFECTINFO {
DWORD dwSize;
GUID guid;
DWORD dwEffType;
DWORD dwStaticParams;
DWORD dwDynamicParams;
TCHAR tszName[MAX_PATH];
};
|
|