www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_3DI_Library v1.90 Component Reference
|
|
[ TDx_3DDevice::CaptureStateBlock() ]
[ next: Clear() ]
[ prev: BeginStateBlock() ]
public:
virtual bool __fastcall CaptureStateBlock( dword pBlockHandle );
TDX_3DDEVICE::CAPTURESTATEBLOCK()
[ component method ]
- Description
The
TDx_3DDevice::CaptureStateBlock()
method
will
modify
an
existing
state
block
to
match
the
current
settings
for
the
device.
Only
states
already
specified
within
the
existing
state
block
will
be
retrieved,
not
the
whole
device
state.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
D3DERR_INBEGINSTATEBLOCK
- Parameters
BlockHandle
The BlockHandle parameter references the device state block to be modified.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|