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::EnumCreatedEffectObjects() ]
[ next: EnumEffects() ]
[ prev: Destroy() ]
public:
virtual bool __fastcall EnumCreatedEffectObjects( void* pReferenceData );
TDX_INPUTDEVICE::ENUMCREATEDEFFECTOBJECTS()
[ component method ]
- Description
The
EnumCreatedEffectObjects()
method
will
enumerate
effects
currently
created
for
this
device
by
TDx_InputDevice::CreateEffect().
Creating
or
destroying
effects
while
the
enumeration
is
in
progress
may
result
in
unpredictable
results,
but
the
callback
function
can
safely
release
effects
passed
to
it.
Error
values
that
can
be
generated
are:
DIERR_INVALIDPARAM
DIERR_NOTINITIALIZED
- Parameters
ReferenceData
The ReferenceData parameter defines context or reference data to be passed to the callback function each time it is called.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|