Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDx_InputDevice::WriteEffectToFile() ]
[ prev: Unacquire() ]
public:
virtual bool __fastcall WriteEffectToFile( AnsiString* pFileName, dword pEntries, TDIFileEffect* pFileEffect, dword pFlags );
TDX_INPUTDEVICE::WRITEEFFECTTOFILE()
[ component method ]
- Description
- Parameters
FileName
The FileName parameter defines the name of the RIFF file being written.
Entries
The Entries parameter defines the number of elements in the FileEffect array.
FileEffect
The FileEffect parameter references an array of TDIFileEffect components holding the effect information to be saved to file.
Flags
The Flags parameter defines flags indicating how the effect should be written.
The described effect applies when the flag is set.
DIFEF_DEFAULT
Setting this flag is equivilent to setting the parameter to 0.
DIFEF_INCLUDENONSTANDARD
Effects undefined by DirectInput should also be written to the file.
When this flag is not set, only defined effects such as GUID_Condition will be written.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|