Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDx_Sound::Compact() ]
[ next: Create() ]
public:
virtual bool __fastcall Compact();
TDX_SOUND::COMPACT()
[ component method ]
- Description
The
TDx_Sound::Compact
method
will
shuffle
the
allocated
sound
card
memory
so
as
to
make
the
largest
amount
of
free
memory
available.
This
method
will
fail
unless
the
DSSCL_PRIORITY
cooperative
level
or
better
is
held
and
no
operations
are
currently
in
progress.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DSERR_INVALIDPARAM
DSERR_PRIOLEVELNEEDED
DSERR_UNINITIALIZED
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|